#851B9B

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

Shades of Vivid Violet #851B9B

Tints of Vivid Violet #851B9B

Color information

#851B9B (or 0x851B9B) is unknown color: approx Vivid Violet. HEX triplet: 85, 1B and 9B. RGB value is (133,27,155). Sum of RGB (Red+Green+Blue) = 133+27+155=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #851B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B9B is #7AE464. Grayscale: #484848. Windows color (decimal): -8053861 or 10165125. OLE color: 10165125.

HSL color Cylindrical-coordinate representation of color #851B9B: hue angle of 289.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851B9B is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13327155-
CMYK0.140.8300.39
HSL289.69º70.33%35.69%-
HSV(B)289.69º82.58%60.78%-
XYZ15.988.1431.74-
YUV73.29174.12170.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=42.22%
G=8.57%
B=49.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133271550.140.8300.39289.6970.3335.69
Hex851B9BE530271224624
Octal205332331612304744210644
Binary1000010111011100110111110101001101001111001000101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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