#8861CD

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

Shades of True V #8861CD

Tints of True V #8861CD

Color information

#8861CD (or 0x8861CD) is unknown color: approx True V. HEX triplet: 88, 61 and CD. RGB value is (136,97,205). Sum of RGB (Red+Green+Blue) = 136+97+205=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8861CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861CD is #779E32. Grayscale: #787878. Windows color (decimal): -7839283 or 13459848. OLE color: 13459848.

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

Color convert

RGB13697205-
CMYK0.340.5300.20
HSL261.67º51.92%59.22%-
HSV(B)261.67º52.68%80.39%-
XYZ25.4518.1959.93-
YUV120.97175.42138.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=31.05%
G=22.15%
B=46.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136972050.340.5300.20261.6751.9259.22
Hex8861CD2235014106343b
Octal21014131542650244066473
Binary10001000110000111001101100010110101010100100000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8861CD; }

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

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

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

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

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

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

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

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