Html Css Color HEX #85499D Vivid Violet

📋 copy color: '#85499D'

red 133 ◦ green 73 ◦ blue 157

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

Shades of Vivid Violet #85499D

Tints of Vivid Violet #85499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 36.64%
G = 20.11%
B = 43.25%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85499D (or 0x85499D) is known color: Vivid Violet. HEX triplet: 85, 49 and 9D. RGB value is (133,73,157). Sum of RGB (Red+Green+Blue) = 133+73+157=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #85499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85499D is #7AB662. Grayscale: #646464. Windows color (decimal): -8042083 or 10307973. OLE color: 10307973.

HSL color Cylindrical-coordinate representation of color #85499D: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85499D is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 73 157 -
CMYK 0.15 0.54 0 0.38
HSL 282.86º 0.37% 0.45% -
HSV(B) 282.86º 0.54% 0.62% -
XYZ 18.14 12.19 33.29 -
YUV 100.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 133 73 157 0.15 0.54 0 0.38 282.86 0.37 0.45
Hex 85 49 9D F 36 0 26 11B 25 2D
Octal 205 111 235 17 66 0 46 433 45 55
Binary 10000101 1001001 10011101 1111 110110 0 100110 100011011 100101 101101

Color Harmonies of #85499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85499D

Black with #85499D

Text Example


Text Example

White with #85499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85499D; }

 p { color: rgb(133,73,157); }

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

background-color css

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

 a { background-color: rgb(133,73,157); }

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

border-color css

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

 span { border-color: rgb(133,73,157); }

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