#851B94

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

Shades of Vivid Violet #851B94

Tints of Vivid Violet #851B94

Color information

#851B94 (or 0x851B94) is unknown color: approx Vivid Violet. HEX triplet: 85, 1B and 94. RGB value is (133,27,148). Sum of RGB (Red+Green+Blue) = 133+27+148=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #851B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B94 is #7AE46B. Grayscale: #484848. Windows color (decimal): -8053868 or 9706373. OLE color: 9706373.

HSL color Cylindrical-coordinate representation of color #851B94: hue angle of 292.56º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851B94 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13327148-
CMYK0.100.8200.42
HSL292.56º69.14%34.31%-
HSV(B)292.56º81.76%58.04%-
XYZ15.417.9128.73-
YUV72.49170.62171.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=43.18%
G=8.77%
B=48.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133271480.100.8200.42292.5669.1434.31
Hex851B94A5202A1254522
Octal205332241212205244510542
Binary1000010111011100101001010101001001010101001001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,27,148); }

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

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

 a { background-color: rgb(133,27,148); }

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

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

 span { border-color: rgb(133,27,148); }

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