#855CC2

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

Shades of True V #855CC2

Tints of True V #855CC2

Color information

#855CC2 (or 0x855CC2) is unknown color: approx True V. HEX triplet: 85, 5C and C2. RGB value is (133,92,194). Sum of RGB (Red+Green+Blue) = 133+92+194=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #855CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CC2 is #7AA33D. Grayscale: #737373. Windows color (decimal): -8037182 or 12737669. OLE color: 12737669.

HSL color Cylindrical-coordinate representation of color #855CC2: hue angle of 264.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855CC2 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13392194-
CMYK0.310.5300.24
HSL264.12º45.54%56.08%-
HSV(B)264.12º52.58%76.08%-
XYZ23.2416.5453.01-
YUV115.89172.08140.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 194 (76.17% from 255) = 46.30%
R=31.74%
G=21.96%
B=46.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133921940.310.5300.24264.1245.5456.08
Hex855CC21F350181082e38
Octal20513430237650304105670
Binary1000010110111001100001011111110101011000100001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855CC2; }

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

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

<style>
 a { background-color: #855CC2; }

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

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

<style>
 span { border-color: #855CC2; }

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

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