Html Css Color HEX #8517BD Dark Violet

📋 copy color: '#8517BD'

red 133 ◦ green 23 ◦ blue 189

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

Shades of Dark Violet #8517BD

Tints of Dark Violet #8517BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.78%

R = 38.55%
G = 6.67%
B = 54.78%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8517BD (or 0x8517BD) is known color: Dark Violet. HEX triplet: 85, 17 and BD. RGB value is (133,23,189). Sum of RGB (Red+Green+Blue) = 133+23+189=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #8517BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517BD is #7AE842. Grayscale: #4A4A4A. Windows color (decimal): -8054851 or 12392325. OLE color: 12392325.

HSL color Cylindrical-coordinate representation of color #8517BD: hue angle of 279.76º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8517BD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 23 189 -
CMYK 0.30 0.88 0 0.26
HSL 279.76º 0.78% 0.42% -
HSV(B) 279.76º 0.88% 0.74% -
XYZ 19.16 9.27 48.92 -
YUV 74.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 133 23 189 0.30 0.88 0 0.26 279.76 0.78 0.42
Hex 85 17 BD 1E 58 0 1A 118 4E 2A
Octal 205 27 275 36 130 0 32 430 116 52
Binary 10000101 10111 10111101 11110 1011000 0 11010 100011000 1001110 101010

Color Harmonies of #8517BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517BD

Black with #8517BD

Text Example


Text Example

White with #8517BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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