#855CC5

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

Shades of True V #855CC5

Tints of True V #855CC5

Color information

#855CC5 (or 0x855CC5) is unknown color: approx True V. HEX triplet: 85, 5C and C5. RGB value is (133,92,197). Sum of RGB (Red+Green+Blue) = 133+92+197=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #855CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CC5 is #7AA33A. Grayscale: #737373. Windows color (decimal): -8037179 or 12934277. OLE color: 12934277.

HSL color Cylindrical-coordinate representation of color #855CC5: hue angle of 263.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855CC5 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13392197-
CMYK0.320.5300.23
HSL263.43º47.51%56.67%-
HSV(B)263.43º53.3%77.25%-
XYZ23.5816.6754.8-
YUV116.23173.58139.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=31.52%
G=21.80%
B=46.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133921970.320.5300.23263.4347.5156.67
Hex855CC520350171073039
Octal20513430540650274076071
Binary10000101101110011000101100000110101010111100000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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