Html Css Color HEX #851999 Vivid Violet

📋 copy color: '#851999'

red 133 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #851999

Tints of Vivid Violet #851999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 42.77%
G = 8.04%
B = 49.2%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#851999 (or 0x851999) is known color: Vivid Violet. HEX triplet: 85, 19 and 99. RGB value is (133,25,153). Sum of RGB (Red+Green+Blue) = 133+25+153=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #851999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851999 is #7AE666. Grayscale: #474747. Windows color (decimal): -8054375 or 10033541. OLE color: 10033541.

HSL color Cylindrical-coordinate representation of color #851999: hue angle of 290.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851999 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 25 153 -
CMYK 0.13 0.84 0 0.4
HSL 290.63º 0.72% 0.35% -
HSV(B) 290.63º 0.84% 0.6% -
XYZ 15.77 7.98 30.85 -
YUV 71.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 133 25 153 0.13 0.84 0 0.4 290.63 0.72 0.35
Hex 85 19 99 D 54 0 28 123 48 23
Octal 205 31 231 15 124 0 50 443 110 43
Binary 10000101 11001 10011001 1101 1010100 0 101000 100100011 1001000 100011

Color Harmonies of #851999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851999

Black with #851999

Text Example


Text Example

White with #851999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851999; }

 p { color: rgb(133,25,153); }

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

background-color css

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

 a { background-color: rgb(133,25,153); }

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

border-color css

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

 span { border-color: rgb(133,25,153); }

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