Html Css Color HEX #851E96 Vivid Violet

📋 copy color: '#851E96'

red 133 ◦ green 30 ◦ blue 150

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

Shades of Vivid Violet #851E96

Tints of Vivid Violet #851E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 42.49%
G = 9.58%
B = 47.92%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#851E96 (or 0x851E96) is known color: Vivid Violet. HEX triplet: 85, 1E and 96. RGB value is (133,30,150). Sum of RGB (Red+Green+Blue) = 133+30+150=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #851E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E96 is #7AE169. Grayscale: #4A4A4A. Windows color (decimal): -8053098 or 9838213. OLE color: 9838213.

HSL color Cylindrical-coordinate representation of color #851E96: hue angle of 291.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851E96 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 30 150 -
CMYK 0.11 0.80 0 0.41
HSL 291.5º 0.67% 0.35% -
HSV(B) 291.5º 0.8% 0.59% -
XYZ 15.64 8.12 29.6 -
YUV 74.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 133 30 150 0.11 0.80 0 0.41 291.5 0.67 0.35
Hex 85 1E 96 B 50 0 29 124 43 23
Octal 205 36 226 13 120 0 51 444 103 43
Binary 10000101 11110 10010110 1011 1010000 0 101001 100100100 1000011 100011

Color Harmonies of #851E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E96

Black with #851E96

Text Example


Text Example

White with #851E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,30,150); }

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

background-color css

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

 a { background-color: rgb(133,30,150); }

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

border-color css

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

 span { border-color: rgb(133,30,150); }

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