#9779cd

Color #9779CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9779CD

Tints of True V #9779CD

Color information

#9779CD (or 0x9779CD) is unknown color: approx True V. HEX triplet: 97, 79 and CD. RGB value is (151,121,205). Sum of RGB (Red+Green+Blue) = 151+121+205=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #9779CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779CD is #688632. Grayscale: #8B8B8B. Windows color (decimal): -6850099 or 13466007. OLE color: 13466007.

HSL color Cylindrical-coordinate representation of color #9779CD: hue angle of 261.43º degrees, saturation: 0.46, 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 #9779CD is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151121205-
CMYK0.260.4100.20
HSL261.43º45.65%63.92%-
HSV(B)261.43º40.98%80.39%-
XYZ30.6224.6660.9-
YUV139.55164.94136.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=31.66%
G=25.37%
B=42.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511212050.260.4100.20261.4345.6563.92
Hex9779CD1A290141052e40
Octal227171315325102440556100
Binary10010111111100111001101110101010010101001000001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9779cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9779cd;
 }
 .AnyTagClassName
 {
   color: #9779cd;
 }
</style>
background-color css

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

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

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

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

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

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