#851EA6

Color #851EA6 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #851EA6

Tints of Vivid Violet #851EA6

Color information

#851EA6 (or 0x851EA6) is unknown color: approx Vivid Violet. HEX triplet: 85, 1E and A6. RGB value is (133,30,166). Sum of RGB (Red+Green+Blue) = 133+30+166=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #851EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851EA6 is #7AE159. Grayscale: #4B4B4B. Windows color (decimal): -8053082 or 10886789. OLE color: 10886789.

HSL color Cylindrical-coordinate representation of color #851EA6: hue angle of 285.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851EA6 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13330166-
CMYK0.200.8200.35
HSL285.44º69.39%38.43%-
HSV(B)285.44º81.93%65.1%-
XYZ17.028.6736.85-
YUV76.3178.62168.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 166 (65.23% from 255) = 50.46%
R=40.43%
G=9.12%
B=50.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133301660.200.8200.35285.4469.3938.43
Hex851EA6145202311d4526
Octal205362462412204343510546
Binary10000101111101010011010100101001001000111000111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851EA6; }

 p { color: rgb(133,30,166); }

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

<style>
 a { background-color: #851EA6; }

 a { background-color: rgb(133,30,166); }

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

<style>
 span { border-color: #851EA6; }

 span { border-color: rgb(133,30,166); }

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