#8561C2

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

Shades of True V #8561C2

Tints of True V #8561C2

Color information

#8561C2 (or 0x8561C2) is unknown color: approx True V. HEX triplet: 85, 61 and C2. RGB value is (133,97,194). Sum of RGB (Red+Green+Blue) = 133+97+194=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #8561C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561C2 is #7A9E3D. Grayscale: #767676. Windows color (decimal): -8035902 or 12738949. OLE color: 12738949.

HSL color Cylindrical-coordinate representation of color #8561C2: hue angle of 262.27º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8561C2 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13397194-
CMYK0.310.5000.24
HSL262.27º44.29%57.06%-
HSV(B)262.27º50%76.08%-
XYZ23.6917.4353.16-
YUV118.82170.43138.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=31.37%
G=22.88%
B=45.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133971940.310.5000.24262.2744.2957.06
Hex8561C21F320181062c39
Octal20514130237620304065471
Binary1000010111000011100001011111110010011000100000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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