Html Css Color HEX #85259B Vivid Violet

📋 copy color: '#85259B'

red 133 ◦ green 37 ◦ blue 155

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

Shades of Vivid Violet #85259B

Tints of Vivid Violet #85259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 40.92%
G = 11.38%
B = 47.69%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85259B (or 0x85259B) is known color: Vivid Violet. HEX triplet: 85, 25 and 9B. RGB value is (133,37,155). Sum of RGB (Red+Green+Blue) = 133+37+155=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #85259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85259B is #7ADA64. Grayscale: #4E4E4E. Windows color (decimal): -8051301 or 10167685. OLE color: 10167685.

HSL color Cylindrical-coordinate representation of color #85259B: hue angle of 288.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85259B is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 37 155 -
CMYK 0.14 0.76 0 0.39
HSL 288.81º 0.61% 0.38% -
HSV(B) 288.81º 0.76% 0.61% -
XYZ 16.25 8.68 31.83 -
YUV 79.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 133 37 155 0.14 0.76 0 0.39 288.81 0.61 0.38
Hex 85 25 9B E 4C 0 27 121 3D 26
Octal 205 45 233 16 114 0 47 441 75 46
Binary 10000101 100101 10011011 1110 1001100 0 100111 100100001 111101 100110

Color Harmonies of #85259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85259B

Black with #85259B

Text Example


Text Example

White with #85259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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