Html Css Color HEX #8505B9 Dark Violet

📋 copy color: '#8505B9'

red 133 ◦ green 5 ◦ blue 185

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

Shades of Dark Violet #8505B9

Tints of Dark Violet #8505B9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 185 (72.66% from 255) = 57.28%

R = 41.18%
G = 1.55%
B = 57.28%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8505B9 (or 0x8505B9) is known color: Dark Violet. HEX triplet: 85, 05 and B9. RGB value is (133,5,185). Sum of RGB (Red+Green+Blue) = 133+5+185=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #8505B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505B9 is #7AFA46. Grayscale: #3F3F3F. Windows color (decimal): -8059463 or 12125573. OLE color: 12125573.

HSL color Cylindrical-coordinate representation of color #8505B9: hue angle of 282.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8505B9 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 5 185 -
CMYK 0.28 0.97 0 0.27
HSL 282.67º 0.95% 0.37% -
HSV(B) 282.67º 0.97% 0.73% -
XYZ 18.48 8.6 46.58 -
YUV 63.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 133 5 185 0.28 0.97 0 0.27 282.67 0.95 0.37
Hex 85 5 B9 1C 61 0 1B 11B 5F 25
Octal 205 5 271 34 141 0 33 433 137 45
Binary 10000101 101 10111001 11100 1100001 0 11011 100011011 1011111 100101

Color Harmonies of #8505B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505B9

Black with #8505B9

Text Example


Text Example

White with #8505B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8505B9; }

 p { color: rgb(133,5,185); }

 H1.HeaderClassName
 {
   color: #8505B9;
 }
 .AnyTagClassName
 {
   color: #8505B9;
 }
</style>

background-color css

<style>
 a { background-color: #8505B9; }

 a { background-color: rgb(133,5,185); }

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

border-color css

<style>
 span { border-color: #8505B9; }

 span { border-color: rgb(133,5,185); }

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