#8567CC

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

Shades of True V #8567CC

Tints of True V #8567CC

Color information

#8567CC (or 0x8567CC) is unknown color: approx True V. HEX triplet: 85, 67 and CC. RGB value is (133,103,204). Sum of RGB (Red+Green+Blue) = 133+103+204=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8567CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567CC is #7A9833. Grayscale: #7B7B7B. Windows color (decimal): -8034356 or 13395845. OLE color: 13395845.

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

Color convert

RGB133103204-
CMYK0.350.5000.2
HSL257.82º49.75%60.2%-
HSV(B)257.82º49.51%80%-
XYZ25.4219.0559.46-
YUV123.48173.44134.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=30.23%
G=23.41%
B=46.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331032040.350.5000.2257.8249.7560.2
Hex8567CC2332014102323c
Octal20514731443620244026274
Binary10000101110011111001100100011110010010100100000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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