#8861CF

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

Shades of True V #8861CF

Tints of True V #8861CF

Color information

#8861CF (or 0x8861CF) is unknown color: approx True V. HEX triplet: 88, 61 and CF. RGB value is (136,97,207). Sum of RGB (Red+Green+Blue) = 136+97+207=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8861CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861CF is #779E30. Grayscale: #787878. Windows color (decimal): -7839281 or 13590920. OLE color: 13590920.

HSL color Cylindrical-coordinate representation of color #8861CF: hue angle of 261.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8861CF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13697207-
CMYK0.340.5300.19
HSL261.27º53.4%59.61%-
HSV(B)261.27º53.14%81.18%-
XYZ25.6918.2961.21-
YUV121.2176.42138.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=30.91%
G=22.05%
B=47.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136972070.340.5300.19261.2753.459.61
Hex8861CF2235013105353c
Octal21014131742650234056574
Binary10001000110000111001111100010110101010011100000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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