Html Css Color HEX #85478C Vivid Violet

📋 copy color: '#85478C'

red 133 ◦ green 71 ◦ blue 140

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

Shades of Vivid Violet #85478C

Tints of Vivid Violet #85478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 38.66%
G = 20.64%
B = 40.7%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85478C (or 0x85478C) is known color: Vivid Violet. HEX triplet: 85, 47 and 8C. RGB value is (133,71,140). Sum of RGB (Red+Green+Blue) = 133+71+140=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #85478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85478C is #7AB873. Grayscale: #616161. Windows color (decimal): -8042612 or 9193349. OLE color: 9193349.

HSL color Cylindrical-coordinate representation of color #85478C: hue angle of 293.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85478C is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 71 140 -
CMYK 0.05 0.49 0 0.45
HSL 293.91º 0.33% 0.41% -
HSV(B) 293.91º 0.49% 0.55% -
XYZ 16.66 11.39 26.13 -
YUV 97.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 133 71 140 0.05 0.49 0 0.45 293.91 0.33 0.41
Hex 85 47 8C 5 31 0 2D 126 21 29
Octal 205 107 214 5 61 0 55 446 41 51
Binary 10000101 1000111 10001100 101 110001 0 101101 100100110 100001 101001

Color Harmonies of #85478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85478C

Black with #85478C

Text Example


Text Example

White with #85478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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