Html Css Color HEX #85199F Vivid Violet

📋 copy color: '#85199F'

red 133 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #85199F

Tints of Vivid Violet #85199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 41.96%
G = 7.89%
B = 50.16%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85199F (or 0x85199F) is known color: Vivid Violet. HEX triplet: 85, 19 and 9F. RGB value is (133,25,159). Sum of RGB (Red+Green+Blue) = 133+25+159=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #85199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85199F is #7AE660. Grayscale: #484848. Windows color (decimal): -8054369 or 10426757. OLE color: 10426757.

HSL color Cylindrical-coordinate representation of color #85199F: hue angle of 288.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85199F is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 25 159 -
CMYK 0.16 0.84 0 0.38
HSL 288.36º 0.73% 0.36% -
HSV(B) 288.36º 0.84% 0.62% -
XYZ 16.28 8.19 33.52 -
YUV 72.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 133 25 159 0.16 0.84 0 0.38 288.36 0.73 0.36
Hex 85 19 9F 10 54 0 26 120 49 24
Octal 205 31 237 20 124 0 46 440 111 44
Binary 10000101 11001 10011111 10000 1010100 0 100110 100100000 1001001 100100

Color Harmonies of #85199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85199F

Black with #85199F

Text Example


Text Example

White with #85199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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