Html Css Color HEX #85359E Vivid Violet

📋 copy color: '#85359E'

red 133 ◦ green 53 ◦ blue 158

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

Shades of Vivid Violet #85359E

Tints of Vivid Violet #85359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 38.66%
G = 15.41%
B = 45.93%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85359E (or 0x85359E) is known color: Vivid Violet. HEX triplet: 85, 35 and 9E. RGB value is (133,53,158). Sum of RGB (Red+Green+Blue) = 133+53+158=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #85359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85359E is #7ACA61. Grayscale: #585858. Windows color (decimal): -8047202 or 10368389. OLE color: 10368389.

HSL color Cylindrical-coordinate representation of color #85359E: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85359E is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 53 158 -
CMYK 0.16 0.66 0 0.38
HSL 285.71º 0.5% 0.41% -
HSV(B) 285.71º 0.66% 0.62% -
XYZ 17.12 10 33.38 -
YUV 88.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 133 53 158 0.16 0.66 0 0.38 285.71 0.5 0.41
Hex 85 35 9E 10 42 0 26 11E 32 29
Octal 205 65 236 20 102 0 46 436 62 51
Binary 10000101 110101 10011110 10000 1000010 0 100110 100011110 110010 101001

Color Harmonies of #85359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85359E

Black with #85359E

Text Example


Text Example

White with #85359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,53,158); }

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

background-color css

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

 a { background-color: rgb(133,53,158); }

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

border-color css

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

 span { border-color: rgb(133,53,158); }

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