Html Css Color HEX #9780CC True V

📋 copy color: '#9780CC'

red 151 ◦ green 128 ◦ blue 204

#9780CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #9780CC

Tints of True V #9780CC

RGB

 RED value IS 151 (59.38% from 255) = 31.26%

 GREEN value IS 128 (50.39% from 255) = 26.5%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 31.26%
G = 26.5%
B = 42.24%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9780CC (or 0x9780CC) is known color: True V. HEX triplet: 97, 80 and CC. RGB value is (151,128,204). Sum of RGB (Red+Green+Blue) = 151+128+204=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #9780CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780CC is #687F33. Grayscale: #8F8F8F. Windows color (decimal): -6848308 or 13402263. OLE color: 13402263.

HSL color Cylindrical-coordinate representation of color #9780CC: hue angle of 258.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9780CC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 128 204 -
CMYK 0.26 0.37 0 0.2
HSL 258.16º 0.43% 0.65% -
HSV(B) 258.16º 0.37% 0.8% -
XYZ 31.38 26.38 60.56 -
YUV 143.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 151 128 204 0.26 0.37 0 0.2 258.16 0.43 0.65
Hex 97 80 CC 1A 25 0 14 102 2B 41
Octal 227 200 314 32 45 0 24 402 53 101
Binary 10010111 10000000 11001100 11010 100101 0 10100 100000010 101011 1000001

Color Harmonies of #9780CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9780CC

Black with #9780CC

Text Example


Text Example

White with #9780CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9780CC; }

 p { color: rgb(151,128,204); }

 H1.HeaderClassName
 {
   color: #9780CC;
 }
 .AnyTagClassName
 {
   color: #9780CC;
 }
</style>

background-color css

<style>
 a { background-color: #9780CC; }

 a { background-color: rgb(151,128,204); }

 div.DivClassName
 {
   background-color: #9780CC;
 }
 .BgClassName
 {
   background-color: #9780CC;
 }
</style>

border-color css

<style>
 span { border-color: #9780CC; }

 span { border-color: rgb(151,128,204); }

 td.TdClassName
 {
   border-color: #9780CC;
 }
 .TagClassName
 {
   border-color: #9780CC;
 }
</style>