Html Css Color HEX #85359F Vivid Violet

📋 copy color: '#85359F'

red 133 ◦ green 53 ◦ blue 159

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

Shades of Vivid Violet #85359F

Tints of Vivid Violet #85359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 38.55%
G = 15.36%
B = 46.09%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85359F (or 0x85359F) is known color: Vivid Violet. HEX triplet: 85, 35 and 9F. RGB value is (133,53,159). Sum of RGB (Red+Green+Blue) = 133+53+159=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #85359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85359F is #7ACA60. Grayscale: #585858. Windows color (decimal): -8047201 or 10433925. OLE color: 10433925.

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

Color convert

RGB 133 53 159 -
CMYK 0.16 0.67 0 0.38
HSL 285.28º 0.5% 0.42% -
HSV(B) 285.28º 0.67% 0.62% -
XYZ 17.2 10.04 33.83 -
YUV 89 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 133 53 159 0.16 0.67 0 0.38 285.28 0.5 0.42
Hex 85 35 9F 10 43 0 26 11D 32 2A
Octal 205 65 237 20 103 0 46 435 62 52
Binary 10000101 110101 10011111 10000 1000011 0 100110 100011101 110010 101010

Color Harmonies of #85359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85359F

Black with #85359F

Text Example


Text Example

White with #85359F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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