#8561CB

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

Shades of True V #8561CB

Tints of True V #8561CB

Color information

#8561CB (or 0x8561CB) is unknown color: approx True V. HEX triplet: 85, 61 and CB. RGB value is (133,97,203). Sum of RGB (Red+Green+Blue) = 133+97+203=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #8561CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561CB is #7A9E34. Grayscale: #777777. Windows color (decimal): -8035893 or 13328773. OLE color: 13328773.

HSL color Cylindrical-coordinate representation of color #8561CB: hue angle of 260.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8561CB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13397203-
CMYK0.340.5200.20
HSL260.38º50.48%58.82%-
HSV(B)260.38º52.22%79.61%-
XYZ24.7317.8558.64-
YUV119.85174.93137.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=30.72%
G=22.40%
B=46.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133972030.340.5200.20260.3850.4858.82
Hex8561CB2234014104323b
Octal20514131342640244046273
Binary10000101110000111001011100010110100010100100000100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8561CB; }

 p { color: rgb(133,97,203); }

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

<style>
 a { background-color: #8561CB; }

 a { background-color: rgb(133,97,203); }

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

<style>
 span { border-color: #8561CB; }

 span { border-color: rgb(133,97,203); }

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