#9879CE

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

Shades of True V #9879CE

Tints of True V #9879CE

Color information

#9879CE (or 0x9879CE) is unknown color: approx True V. HEX triplet: 98, 79 and CE. RGB value is (152,121,206). Sum of RGB (Red+Green+Blue) = 152+121+206=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #9879CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879CE is #678631. Grayscale: #8B8B8B. Windows color (decimal): -6784562 or 13531544. OLE color: 13531544.

HSL color Cylindrical-coordinate representation of color #9879CE: hue angle of 261.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9879CE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152121206-
CMYK0.260.4100.19
HSL261.88º46.45%64.12%-
HSV(B)261.88º41.26%80.78%-
XYZ30.9324.8161.55-
YUV139.96165.27136.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=31.73%
G=25.26%
B=43.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521212060.260.4100.19261.8846.4564.12
Hex9879CE1A290131062e40
Octal230171316325102340656100
Binary10011000111100111001110110101010010100111000001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9879CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9879CE; }

 p { color: rgb(152,121,206); }

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

<style>
 a { background-color: #9879CE; }

 a { background-color: rgb(152,121,206); }

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

<style>
 span { border-color: #9879CE; }

 span { border-color: rgb(152,121,206); }

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