#856CC1

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

Shades of True V #856CC1

Tints of True V #856CC1

Color information

#856CC1 (or 0x856CC1) is unknown color: approx True V. HEX triplet: 85, 6C and C1. RGB value is (133,108,193). Sum of RGB (Red+Green+Blue) = 133+108+193=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #856CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CC1 is #7A933E. Grayscale: #7C7C7C. Windows color (decimal): -8033087 or 12676229. OLE color: 12676229.

HSL color Cylindrical-coordinate representation of color #856CC1: hue angle of 257.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856CC1 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133108193-
CMYK0.310.4400.24
HSL257.65º40.67%59.02%-
HSV(B)257.65º44.04%75.69%-
XYZ24.6619.5652.93-
YUV125.16166.28133.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=30.65%
G=24.88%
B=44.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331081930.310.4400.24257.6540.6759.02
Hex856CC11F2C018102293b
Octal20515430137540304025173
Binary1000010111011001100000111111101100011000100000010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856CC1; }

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

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

<style>
 a { background-color: #856CC1; }

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

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

<style>
 span { border-color: #856CC1; }

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

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