#8561C1

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

Shades of True V #8561C1

Tints of True V #8561C1

Color information

#8561C1 (or 0x8561C1) is unknown color: approx True V. HEX triplet: 85, 61 and C1. RGB value is (133,97,193). Sum of RGB (Red+Green+Blue) = 133+97+193=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #8561C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561C1 is #7A9E3E. Grayscale: #767676. Windows color (decimal): -8035903 or 12673413. OLE color: 12673413.

HSL color Cylindrical-coordinate representation of color #8561C1: hue angle of 262.5º 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 #8561C1 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13397193-
CMYK0.310.5000.24
HSL262.5º43.64%56.86%-
HSV(B)262.5º49.74%75.69%-
XYZ23.5717.3952.57-
YUV118.71169.93138.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=31.44%
G=22.93%
B=45.63%

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
Decimal133971930.310.5000.24262.543.6456.86
Hex8561C11F320181062c39
Octal20514130137620304065471
Binary1000010111000011100000111111110010011000100000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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