Html Css Color HEX #8506BA Dark Violet

📋 copy color: '#8506BA'

red 133 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #8506BA

Tints of Dark Violet #8506BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

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

R = 40.92%
G = 1.85%
B = 57.23%

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

#8506BA (or 0x8506BA) is known color: Dark Violet. HEX triplet: 85, 06 and BA. RGB value is (133,6,186). Sum of RGB (Red+Green+Blue) = 133+6+186=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #8506BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506BA is #7AF945. Grayscale: #3F3F3F. Windows color (decimal): -8059206 or 12191365. OLE color: 12191365.

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

Color convert

RGB 133 6 186 -
CMYK 0.28 0.97 0 0.27
HSL 282.33º 0.94% 0.38% -
HSV(B) 282.33º 0.97% 0.73% -
XYZ 18.6 8.66 47.15 -
YUV 64.49 196.58 176.86 -
System Red Green Blue C M Y K H S L
Decimal 133 6 186 0.28 0.97 0 0.27 282.33 0.94 0.38
Hex 85 6 BA 1C 61 0 1B 11A 5E 26
Octal 205 6 272 34 141 0 33 432 136 46
Binary 10000101 110 10111010 11100 1100001 0 11011 100011010 1011110 100110

Color Harmonies of #8506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8506BA

Black with #8506BA

Text Example


Text Example

White with #8506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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