#CB8D9E

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

Shades of Viola #CB8D9E

Tints of Viola #CB8D9E

Color information

#CB8D9E (or 0xCB8D9E) is unknown color: approx Viola. HEX triplet: CB, 8D and 9E. RGB value is (203,141,158). Sum of RGB (Red+Green+Blue) = 203+141+158=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D9E is #347261. Grayscale: #A1A1A1. Windows color (decimal): -3437154 or 10390987. OLE color: 10390987.

HSL color Cylindrical-coordinate representation of color #CB8D9E: hue angle of 343.55º 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 #CB8D9E is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203141158-
CMYK00.310.220.20
HSL343.55º37.35%67.45%-
HSV(B)343.55º30.54%79.61%-
XYZ40.3334.2136.83-
YUV161.48126.04157.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=40.44%
G=28.09%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314115800.310.220.20343.5537.3567.45
HexCB8D9E01F16141582543
Octal313215236037262453045103
Binary11001011100011011001111001111110110101001010110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D9E; }

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

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

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

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

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

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

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

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