Html Css Color HEX #851BAB Vivid Violet

📋 copy color: '#851BAB'

red 133 ◦ green 27 ◦ blue 171

#851BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #851BAB

Tints of Vivid Violet #851BAB

RGB

 RED value IS 133 (52.34% from 255) = 40.18%

 GREEN value IS 27 (10.94% from 255) = 8.16%

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 40.18%
G = 8.16%
B = 51.66%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#851BAB (or 0x851BAB) is known color: Vivid Violet. HEX triplet: 85, 1B and AB. RGB value is (133,27,171). Sum of RGB (Red+Green+Blue) = 133+27+171=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #851BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851BAB is #7AE454. Grayscale: #4A4A4A. Windows color (decimal): -8053845 or 11213701. OLE color: 11213701.

HSL color Cylindrical-coordinate representation of color #851BAB: hue angle of 284.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851BAB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 27 171 -
CMYK 0.22 0.84 0 0.33
HSL 284.17º 0.73% 0.39% -
HSV(B) 284.17º 0.84% 0.67% -
XYZ 17.42 8.71 39.29 -
YUV 75.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 133 27 171 0.22 0.84 0 0.33 284.17 0.73 0.39
Hex 85 1B AB 16 54 0 21 11C 49 27
Octal 205 33 253 26 124 0 41 434 111 47
Binary 10000101 11011 10101011 10110 1010100 0 100001 100011100 1001001 100111

Color Harmonies of #851BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BAB

Black with #851BAB

Text Example


Text Example

White with #851BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #851BAB;
 }
 .AnyTagClassName
 {
   color: #851BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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