Html Css Color HEX #85488E Vivid Violet

📋 copy color: '#85488E'

red 133 ◦ green 72 ◦ blue 142

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

Shades of Vivid Violet #85488E

Tints of Vivid Violet #85488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 38.33%
G = 20.75%
B = 40.92%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85488E (or 0x85488E) is known color: Vivid Violet. HEX triplet: 85, 48 and 8E. RGB value is (133,72,142). Sum of RGB (Red+Green+Blue) = 133+72+142=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #85488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85488E is #7AB771. Grayscale: #626262. Windows color (decimal): -8042354 or 9324677. OLE color: 9324677.

HSL color Cylindrical-coordinate representation of color #85488E: hue angle of 292.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85488E is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 72 142 -
CMYK 0.06 0.49 0 0.44
HSL 292.29º 0.33% 0.42% -
HSV(B) 292.29º 0.49% 0.56% -
XYZ 16.87 11.57 26.94 -
YUV 98.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 133 72 142 0.06 0.49 0 0.44 292.29 0.33 0.42
Hex 85 48 8E 6 31 0 2C 124 21 2A
Octal 205 110 216 6 61 0 54 444 41 52
Binary 10000101 1001000 10001110 110 110001 0 101100 100100100 100001 101010

Color Harmonies of #85488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85488E

Black with #85488E

Text Example


Text Example

White with #85488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85488E; }

 p { color: rgb(133,72,142); }

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

background-color css

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

 a { background-color: rgb(133,72,142); }

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

border-color css

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

 span { border-color: rgb(133,72,142); }

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