#851D95

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

Shades of Vivid Violet #851D95

Tints of Vivid Violet #851D95

Color information

#851D95 (or 0x851D95) is unknown color: approx Vivid Violet. HEX triplet: 85, 1D and 95. RGB value is (133,29,149). Sum of RGB (Red+Green+Blue) = 133+29+149=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #851D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D95 is #7AE26A. Grayscale: #494949. Windows color (decimal): -8053355 or 9772421. OLE color: 9772421.

HSL color Cylindrical-coordinate representation of color #851D95: hue angle of 292º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851D95 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13329149-
CMYK0.110.8100.42
HSL292º67.42%34.9%-
HSV(B)292º80.54%58.43%-
XYZ15.548.0429.17-
YUV73.78170.46170.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 29 (11.72% from 255) = 9.32%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=42.77%
G=9.32%
B=47.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133291490.110.8100.4229267.4234.9
Hex851D95B5102A1244323
Octal205352251312105244410343
Binary1000010111101100101011011101000101010101001001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,29,149); }

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

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

 a { background-color: rgb(133,29,149); }

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

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

 span { border-color: rgb(133,29,149); }

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