Html Css Color HEX #9779CC True V

📋 copy color: '#9779CC'

red 151 ◦ green 121 ◦ blue 204

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

Shades of True V #9779CC

Tints of True V #9779CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

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

R = 31.72%
G = 25.42%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9779CC (or 0x9779CC) is known color: True V. HEX triplet: 97, 79 and CC. RGB value is (151,121,204). Sum of RGB (Red+Green+Blue) = 151+121+204=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #9779CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779CC is #688633. Grayscale: #8B8B8B. Windows color (decimal): -6850100 or 13400471. OLE color: 13400471.

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

Color convert

RGB 151 121 204 -
CMYK 0.26 0.41 0 0.2
HSL 261.69º 0.45% 0.64% -
HSV(B) 261.69º 0.41% 0.8% -
XYZ 30.5 24.61 60.27 -
YUV 139.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 151 121 204 0.26 0.41 0 0.2 261.69 0.45 0.64
Hex 97 79 CC 1A 29 0 14 106 2D 40
Octal 227 171 314 32 51 0 24 406 55 100
Binary 10010111 1111001 11001100 11010 101001 0 10100 100000110 101101 1000000

Color Harmonies of #9779CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779CC

Black with #9779CC

Text Example


Text Example

White with #9779CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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