#855ec0

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

Shades of True V #855EC0

Tints of True V #855EC0

Color information

#855EC0 (or 0x855EC0) is unknown color: approx True V. HEX triplet: 85, 5E and C0. RGB value is (133,94,192). Sum of RGB (Red+Green+Blue) = 133+94+192=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #855EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EC0 is #7AA13F. Grayscale: #747474. Windows color (decimal): -8036672 or 12607109. OLE color: 12607109.

HSL color Cylindrical-coordinate representation of color #855EC0: hue angle of 263.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855EC0 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13394192-
CMYK0.310.5100.25
HSL263.88º43.75%56.08%-
HSV(B)263.88º51.04%75.29%-
XYZ23.1916.851.89-
YUV116.83170.42139.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=31.74%
G=22.43%
B=45.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133941920.310.5100.25263.8843.7556.08
Hex855EC01F330191082c38
Octal20513630037630314105470
Binary1000010110111101100000011111110011011001100001000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,94,192); }

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

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

 a { background-color: rgb(133,94,192); }

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

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

 span { border-color: rgb(133,94,192); }

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