#CB8DA9

Color #CB8DA9 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #CB8DA9

Tints of Viola #CB8DA9

Color information

#CB8DA9 (or 0xCB8DA9) is unknown color: approx Viola. HEX triplet: CB, 8D and A9. RGB value is (203,141,169). Sum of RGB (Red+Green+Blue) = 203+141+169=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DA9 is #347256. Grayscale: #A2A2A2. Windows color (decimal): -3437143 or 11111883. OLE color: 11111883.

HSL color Cylindrical-coordinate representation of color #CB8DA9: hue angle of 332.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DA9 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203141169-
CMYK00.310.170.20
HSL332.9º37.35%67.45%-
HSV(B)332.9º30.54%79.61%-
XYZ41.3134.6142.04-
YUV162.73131.54156.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=39.57%
G=27.49%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314116900.310.170.20332.937.3567.45
HexCB8DA901F111414d2543
Octal313215251037212451545103
Binary11001011100011011010100101111110001101001010011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DA9; }

 p { color: rgb(203,141,169); }

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

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

 a { background-color: rgb(203,141,169); }

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

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

 span { border-color: rgb(203,141,169); }

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