#855BC6

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

Shades of True V #855BC6

Tints of True V #855BC6

Color information

#855BC6 (or 0x855BC6) is unknown color: approx True V. HEX triplet: 85, 5B and C6. RGB value is (133,91,198). Sum of RGB (Red+Green+Blue) = 133+91+198=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #855BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BC6 is #7AA439. Grayscale: #737373. Windows color (decimal): -8037434 or 12999557. OLE color: 12999557.

HSL color Cylindrical-coordinate representation of color #855BC6: hue angle of 263.55º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #855BC6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13391198-
CMYK0.330.5400.22
HSL263.55º48.42%56.67%-
HSV(B)263.55º54.04%77.65%-
XYZ23.6116.5555.38-
YUV115.76174.41140.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=31.52%
G=21.56%
B=46.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133911980.330.5400.22263.5548.4256.67
Hex855BC621360161083039
Octal20513330641660264106071
Binary10000101101101111000110100001110110010110100001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,198); }

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

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

 a { background-color: rgb(133,91,198); }

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

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

 span { border-color: rgb(133,91,198); }

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