Html Css Color HEX #85189D Vivid Violet

📋 copy color: '#85189D'

red 133 ◦ green 24 ◦ blue 157

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

Shades of Vivid Violet #85189D

Tints of Vivid Violet #85189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 42.36%
G = 7.64%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85189D (or 0x85189D) is known color: Vivid Violet. HEX triplet: 85, 18 and 9D. RGB value is (133,24,157). Sum of RGB (Red+Green+Blue) = 133+24+157=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #85189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85189D is #7AE762. Grayscale: #474747. Windows color (decimal): -8054627 or 10295429. OLE color: 10295429.

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

Color convert

RGB 133 24 157 -
CMYK 0.15 0.85 0 0.38
HSL 289.17º 0.73% 0.35% -
HSV(B) 289.17º 0.85% 0.62% -
XYZ 16.09 8.07 32.61 -
YUV 71.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 133 24 157 0.15 0.85 0 0.38 289.17 0.73 0.35
Hex 85 18 9D F 55 0 26 121 49 23
Octal 205 30 235 17 125 0 46 441 111 43
Binary 10000101 11000 10011101 1111 1010101 0 100110 100100001 1001001 100011

Color Harmonies of #85189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85189D

Black with #85189D

Text Example


Text Example

White with #85189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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