Html Css Color HEX #85449D Vivid Violet

📋 copy color: '#85449D'

red 133 ◦ green 68 ◦ blue 157

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

Shades of Vivid Violet #85449D

Tints of Vivid Violet #85449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 37.15%
G = 18.99%
B = 43.85%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85449D (or 0x85449D) is known color: Vivid Violet. HEX triplet: 85, 44 and 9D. RGB value is (133,68,157). Sum of RGB (Red+Green+Blue) = 133+68+157=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #85449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85449D is #7ABB62. Grayscale: #616161. Windows color (decimal): -8043363 or 10306693. OLE color: 10306693.

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

Color convert

RGB 133 68 157 -
CMYK 0.15 0.57 0 0.38
HSL 283.82º 0.4% 0.44% -
HSV(B) 283.82º 0.57% 0.62% -
XYZ 17.83 11.56 33.19 -
YUV 97.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 133 68 157 0.15 0.57 0 0.38 283.82 0.4 0.44
Hex 85 44 9D F 39 0 26 11C 28 2C
Octal 205 104 235 17 71 0 46 434 50 54
Binary 10000101 1000100 10011101 1111 111001 0 100110 100011100 101000 101100

Color Harmonies of #85449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85449D

Black with #85449D

Text Example


Text Example

White with #85449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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