Html Css Color HEX #851EA8 Vivid Violet

📋 copy color: '#851EA8'

red 133 ◦ green 30 ◦ blue 168

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

Shades of Vivid Violet #851EA8

Tints of Vivid Violet #851EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 50.76%

R = 40.18%
G = 9.06%
B = 50.76%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#851EA8 (or 0x851EA8) is known color: Vivid Violet. HEX triplet: 85, 1E and A8. RGB value is (133,30,168). Sum of RGB (Red+Green+Blue) = 133+30+168=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #851EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851EA8 is #7AE157. Grayscale: #4C4C4C. Windows color (decimal): -8053080 or 11017861. OLE color: 11017861.

HSL color Cylindrical-coordinate representation of color #851EA8: hue angle of 284.78º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851EA8 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 30 168 -
CMYK 0.21 0.82 0 0.34
HSL 284.78º 0.7% 0.39% -
HSV(B) 284.78º 0.82% 0.66% -
XYZ 17.21 8.74 37.83 -
YUV 76.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 133 30 168 0.21 0.82 0 0.34 284.78 0.7 0.39
Hex 85 1E A8 15 52 0 22 11D 46 27
Octal 205 36 250 25 122 0 42 435 106 47
Binary 10000101 11110 10101000 10101 1010010 0 100010 100011101 1000110 100111

Color Harmonies of #851EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EA8

Black with #851EA8

Text Example


Text Example

White with #851EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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