Html Css Color HEX #85478E Vivid Violet

📋 copy color: '#85478E'

red 133 ◦ green 71 ◦ blue 142

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

Shades of Vivid Violet #85478E

Tints of Vivid Violet #85478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 38.44%
G = 20.52%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85478E (or 0x85478E) is known color: Vivid Violet. HEX triplet: 85, 47 and 8E. RGB value is (133,71,142). Sum of RGB (Red+Green+Blue) = 133+71+142=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #85478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85478E is #7AB871. Grayscale: #616161. Windows color (decimal): -8042610 or 9324421. OLE color: 9324421.

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

Color convert

RGB 133 71 142 -
CMYK 0.06 0.5 0 0.44
HSL 292.39º 0.33% 0.42% -
HSV(B) 292.39º 0.5% 0.56% -
XYZ 16.81 11.45 26.91 -
YUV 97.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 133 71 142 0.06 0.5 0 0.44 292.39 0.33 0.42
Hex 85 47 8E 6 32 0 2C 124 21 2A
Octal 205 107 216 6 62 0 54 444 41 52
Binary 10000101 1000111 10001110 110 110010 0 101100 100100100 100001 101010

Color Harmonies of #85478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85478E

Black with #85478E

Text Example


Text Example

White with #85478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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