Html Css Color HEX #851E95 Vivid Violet

📋 copy color: '#851E95'

red 133 ◦ green 30 ◦ blue 149

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

Shades of Vivid Violet #851E95

Tints of Vivid Violet #851E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 42.63%
G = 9.62%
B = 47.76%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851E95 (or 0x851E95) is known color: Vivid Violet. HEX triplet: 85, 1E and 95. RGB value is (133,30,149). Sum of RGB (Red+Green+Blue) = 133+30+149=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #851E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E95 is #7AE16A. Grayscale: #494949. Windows color (decimal): -8053099 or 9772677. OLE color: 9772677.

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

Color convert

RGB 133 30 149 -
CMYK 0.11 0.80 0 0.42
HSL 291.93º 0.66% 0.35% -
HSV(B) 291.93º 0.8% 0.58% -
XYZ 15.56 8.09 29.17 -
YUV 74.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 133 30 149 0.11 0.80 0 0.42 291.93 0.66 0.35
Hex 85 1E 95 B 50 0 2A 124 42 23
Octal 205 36 225 13 120 0 52 444 102 43
Binary 10000101 11110 10010101 1011 1010000 0 101010 100100100 1000010 100011

Color Harmonies of #851E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E95

Black with #851E95

Text Example


Text Example

White with #851E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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