#8565CE

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

Shades of True V #8565CE

Tints of True V #8565CE

Color information

#8565CE (or 0x8565CE) is unknown color: approx True V. HEX triplet: 85, 65 and CE. RGB value is (133,101,206). Sum of RGB (Red+Green+Blue) = 133+101+206=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8565CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565CE is #7A9A31. Grayscale: #7A7A7A. Windows color (decimal): -8034866 or 13526405. OLE color: 13526405.

HSL color Cylindrical-coordinate representation of color #8565CE: hue angle of 258.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8565CE is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133101206-
CMYK0.350.5100.19
HSL258.29º51.72%60.2%-
HSV(B)258.29º50.97%80.78%-
XYZ25.4718.7560.67-
YUV122.54175.1135.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=30.23%
G=22.95%
B=46.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331012060.350.5100.19258.2951.7260.2
Hex8565CE2333013102343c
Octal20514531643630234026474
Binary10000101110010111001110100011110011010011100000010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8565CE; }

 p { color: rgb(133,101,206); }

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

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

 a { background-color: rgb(133,101,206); }

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

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

 span { border-color: rgb(133,101,206); }

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