Html Css Color HEX #8505BA Dark Violet

📋 copy color: '#8505BA'

red 133 ◦ green 5 ◦ blue 186

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

Shades of Dark Violet #8505BA

Tints of Dark Violet #8505BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 41.05%
G = 1.54%
B = 57.41%

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

#8505BA (or 0x8505BA) is known color: Dark Violet. HEX triplet: 85, 05 and BA. RGB value is (133,5,186). Sum of RGB (Red+Green+Blue) = 133+5+186=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #8505BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505BA is #7AFA45. Grayscale: #3F3F3F. Windows color (decimal): -8059462 or 12191109. OLE color: 12191109.

HSL color Cylindrical-coordinate representation of color #8505BA: hue angle of 282.43º 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 #8505BA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 5 186 -
CMYK 0.28 0.97 0 0.27
HSL 282.43º 0.95% 0.37% -
HSV(B) 282.43º 0.97% 0.73% -
XYZ 18.59 8.64 47.14 -
YUV 63.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 133 5 186 0.28 0.97 0 0.27 282.43 0.95 0.37
Hex 85 5 BA 1C 61 0 1B 11A 5F 25
Octal 205 5 272 34 141 0 33 432 137 45
Binary 10000101 101 10111010 11100 1100001 0 11011 100011010 1011111 100101

Color Harmonies of #8505BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505BA

Black with #8505BA

Text Example


Text Example

White with #8505BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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