Html Css Color HEX #85259E Vivid Violet

📋 copy color: '#85259E'

red 133 ◦ green 37 ◦ blue 158

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

Shades of Vivid Violet #85259E

Tints of Vivid Violet #85259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 40.55%
G = 11.28%
B = 48.17%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85259E (or 0x85259E) is known color: Vivid Violet. HEX triplet: 85, 25 and 9E. RGB value is (133,37,158). Sum of RGB (Red+Green+Blue) = 133+37+158=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #85259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85259E is #7ADA61. Grayscale: #4F4F4F. Windows color (decimal): -8051298 or 10364293. OLE color: 10364293.

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

Color convert

RGB 133 37 158 -
CMYK 0.16 0.77 0 0.38
HSL 287.6º 0.62% 0.38% -
HSV(B) 287.6º 0.77% 0.62% -
XYZ 16.51 8.78 33.17 -
YUV 79.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 133 37 158 0.16 0.77 0 0.38 287.6 0.62 0.38
Hex 85 25 9E 10 4D 0 26 120 3E 26
Octal 205 45 236 20 115 0 46 440 76 46
Binary 10000101 100101 10011110 10000 1001101 0 100110 100100000 111110 100110

Color Harmonies of #85259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85259E

Black with #85259E

Text Example


Text Example

White with #85259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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