#8865CD

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

Shades of True V #8865CD

Tints of True V #8865CD

Color information

#8865CD (or 0x8865CD) is unknown color: approx True V. HEX triplet: 88, 65 and CD. RGB value is (136,101,205). Sum of RGB (Red+Green+Blue) = 136+101+205=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #8865CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865CD is #779A32. Grayscale: #7A7A7A. Windows color (decimal): -7838259 or 13460872. OLE color: 13460872.

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

Color convert

RGB136101205-
CMYK0.340.5100.20
HSL260.19º50.98%60%-
HSV(B)260.19º50.73%80.39%-
XYZ25.8318.9560.05-
YUV123.32174.1137.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=30.77%
G=22.85%
B=46.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361012050.340.5100.20260.1950.9860
Hex8865CD2233014104333c
Octal21014531542630244046374
Binary10001000110010111001101100010110011010100100000100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8865CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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