Html Css Color HEX #85318E Vivid Violet

📋 copy color: '#85318E'

red 133 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #85318E

Tints of Vivid Violet #85318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

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

R = 41.05%
G = 15.12%
B = 43.83%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85318E (or 0x85318E) is known color: Vivid Violet. HEX triplet: 85, 31 and 8E. RGB value is (133,49,142). Sum of RGB (Red+Green+Blue) = 133+49+142=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #85318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85318E is #7ACE71. Grayscale: #545454. Windows color (decimal): -8048242 or 9318789. OLE color: 9318789.

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

Color convert

RGB 133 49 142 -
CMYK 0.06 0.65 0 0.44
HSL 294.19º 0.49% 0.37% -
HSV(B) 294.19º 0.65% 0.56% -
XYZ 15.65 9.14 26.53 -
YUV 84.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 133 49 142 0.06 0.65 0 0.44 294.19 0.49 0.37
Hex 85 31 8E 6 41 0 2C 126 31 25
Octal 205 61 216 6 101 0 54 446 61 45
Binary 10000101 110001 10001110 110 1000001 0 101100 100100110 110001 100101

Color Harmonies of #85318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85318E

Black with #85318E

Text Example


Text Example

White with #85318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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