Html Css Color HEX #8517BA Dark Violet

📋 copy color: '#8517BA'

red 133 ◦ green 23 ◦ blue 186

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

Shades of Dark Violet #8517BA

Tints of Dark Violet #8517BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.73%

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

R = 38.89%
G = 6.73%
B = 54.39%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8517BA (or 0x8517BA) is known color: Dark Violet. HEX triplet: 85, 17 and BA. RGB value is (133,23,186). Sum of RGB (Red+Green+Blue) = 133+23+186=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #8517BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517BA is #7AE845. Grayscale: #494949. Windows color (decimal): -8054854 or 12195717. OLE color: 12195717.

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

Color convert

RGB 133 23 186 -
CMYK 0.28 0.88 0 0.27
HSL 280.49º 0.78% 0.41% -
HSV(B) 280.49º 0.88% 0.73% -
XYZ 18.84 9.14 47.23 -
YUV 74.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 133 23 186 0.28 0.88 0 0.27 280.49 0.78 0.41
Hex 85 17 BA 1C 58 0 1B 118 4E 29
Octal 205 27 272 34 130 0 33 430 116 51
Binary 10000101 10111 10111010 11100 1011000 0 11011 100011000 1001110 101001

Color Harmonies of #8517BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517BA

Black with #8517BA

Text Example


Text Example

White with #8517BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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