#851D9B

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

Shades of Vivid Violet #851D9B

Tints of Vivid Violet #851D9B

Color information

#851D9B (or 0x851D9B) is unknown color: approx Vivid Violet. HEX triplet: 85, 1D and 9B. RGB value is (133,29,155). Sum of RGB (Red+Green+Blue) = 133+29+155=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #851D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D9B is #7AE264. Grayscale: #4A4A4A. Windows color (decimal): -8053349 or 10165637. OLE color: 10165637.

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

Color convert

RGB13329155-
CMYK0.140.8100.39
HSL289.52º68.48%36.08%-
HSV(B)289.52º81.29%60.78%-
XYZ16.038.2331.75-
YUV74.46173.46169.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 29 (11.72% from 255) = 9.15%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=41.96%
G=9.15%
B=48.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133291550.140.8100.39289.5268.4836.08
Hex851D9BE510271224424
Octal205352331612104744210444
Binary1000010111101100110111110101000101001111001000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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