Html Css Color HEX #85459F Vivid Violet

📋 copy color: '#85459F'

red 133 ◦ green 69 ◦ blue 159

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

Shades of Vivid Violet #85459F

Tints of Vivid Violet #85459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 36.84%
G = 19.11%
B = 44.04%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85459F (or 0x85459F) is known color: Vivid Violet. HEX triplet: 85, 45 and 9F. RGB value is (133,69,159). Sum of RGB (Red+Green+Blue) = 133+69+159=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #85459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85459F is #7ABA60. Grayscale: #626262. Windows color (decimal): -8043105 or 10438021. OLE color: 10438021.

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

Color convert

RGB 133 69 159 -
CMYK 0.16 0.57 0 0.38
HSL 282.67º 0.39% 0.45% -
HSV(B) 282.67º 0.57% 0.62% -
XYZ 18.06 11.75 34.12 -
YUV 98.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 133 69 159 0.16 0.57 0 0.38 282.67 0.39 0.45
Hex 85 45 9F 10 39 0 26 11B 27 2D
Octal 205 105 237 20 71 0 46 433 47 55
Binary 10000101 1000101 10011111 10000 111001 0 100110 100011011 100111 101101

Color Harmonies of #85459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85459F

Black with #85459F

Text Example


Text Example

White with #85459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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