#8569CC

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

Shades of True V #8569CC

Tints of True V #8569CC

Color information

#8569CC (or 0x8569CC) is unknown color: approx True V. HEX triplet: 85, 69 and CC. RGB value is (133,105,204). Sum of RGB (Red+Green+Blue) = 133+105+204=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #8569CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569CC is #7A9633. Grayscale: #7C7C7C. Windows color (decimal): -8033844 or 13396357. OLE color: 13396357.

HSL color Cylindrical-coordinate representation of color #8569CC: hue angle of 256.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8569CC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133105204-
CMYK0.350.4900.2
HSL256.97º49.25%60.59%-
HSV(B)256.97º48.53%80%-
XYZ25.6219.4559.53-
YUV124.66172.78133.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=30.09%
G=23.76%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331052040.350.4900.2256.9749.2560.59
Hex8569CC2331014101313d
Octal20515131443610244016175
Binary10000101110100111001100100011110001010100100000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8569CC; }

 p { color: rgb(133,105,204); }

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

<style>
 a { background-color: #8569CC; }

 a { background-color: rgb(133,105,204); }

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

<style>
 span { border-color: #8569CC; }

 span { border-color: rgb(133,105,204); }

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