#8872cd

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

Shades of True V #8872CD

Tints of True V #8872CD

Color information

#8872CD (or 0x8872CD) is unknown color: approx True V. HEX triplet: 88, 72 and CD. RGB value is (136,114,205). Sum of RGB (Red+Green+Blue) = 136+114+205=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8872CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872CD is #778D32. Grayscale: #828282. Windows color (decimal): -7834931 or 13464200. OLE color: 13464200.

HSL color Cylindrical-coordinate representation of color #8872CD: hue angle of 254.51º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8872CD is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136114205-
CMYK0.340.4400.20
HSL254.51º47.64%62.55%-
HSV(B)254.51º44.39%80.39%-
XYZ27.1921.6860.51-
YUV130.95169.79131.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=29.89%
G=25.05%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361142050.340.4400.20254.5147.6462.55
Hex8872CD222C014ff303f
Octal21016231542540243776077
Binary1000100011100101100110110001010110001010011111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8872cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,114,205); }

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

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

 a { background-color: rgb(136,114,205); }

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

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

 span { border-color: rgb(136,114,205); }

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