Html Css Color HEX #85459D Vivid Violet

📋 copy color: '#85459D'

red 133 ◦ green 69 ◦ blue 157

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

Shades of Vivid Violet #85459D

Tints of Vivid Violet #85459D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 37.05%
G = 19.22%
B = 43.73%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85459D (or 0x85459D) is known color: Vivid Violet. HEX triplet: 85, 45 and 9D. RGB value is (133,69,157). Sum of RGB (Red+Green+Blue) = 133+69+157=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #85459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85459D is #7ABA62. Grayscale: #616161. Windows color (decimal): -8043107 or 10306949. OLE color: 10306949.

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

Color convert

RGB 133 69 157 -
CMYK 0.15 0.56 0 0.38
HSL 283.64º 0.39% 0.44% -
HSV(B) 283.64º 0.56% 0.62% -
XYZ 17.89 11.68 33.21 -
YUV 98.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 133 69 157 0.15 0.56 0 0.38 283.64 0.39 0.44
Hex 85 45 9D F 38 0 26 11C 27 2C
Octal 205 105 235 17 70 0 46 434 47 54
Binary 10000101 1000101 10011101 1111 111000 0 100110 100011100 100111 101100

Color Harmonies of #85459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85459D

Black with #85459D

Text Example


Text Example

White with #85459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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