Html Css Color HEX #8917BD Dark Violet

📋 copy color: '#8917BD'

red 137 ◦ green 23 ◦ blue 189

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

Shades of Dark Violet #8917BD

Tints of Dark Violet #8917BD

RGB

 RED value IS 137 (53.91% from 255) = 39.26%

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

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

R = 39.26%
G = 6.59%
B = 54.15%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8917BD (or 0x8917BD) is known color: Dark Violet. HEX triplet: 89, 17 and BD. RGB value is (137,23,189). Sum of RGB (Red+Green+Blue) = 137+23+189=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #8917BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8917BD is #76E842. Grayscale: #4B4B4B. Windows color (decimal): -7792707 or 12392329. OLE color: 12392329.

HSL color Cylindrical-coordinate representation of color #8917BD: hue angle of 281.2º 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 #8917BD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 23 189 -
CMYK 0.28 0.88 0 0.26
HSL 281.2º 0.78% 0.42% -
HSV(B) 281.2º 0.88% 0.74% -
XYZ 19.81 9.61 48.95 -
YUV 76.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 137 23 189 0.28 0.88 0 0.26 281.2 0.78 0.42
Hex 89 17 BD 1C 58 0 1A 119 4E 2A
Octal 211 27 275 34 130 0 32 431 116 52
Binary 10001001 10111 10111101 11100 1011000 0 11010 100011001 1001110 101010

Color Harmonies of #8917BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8917BD

Black with #8917BD

Text Example


Text Example

White with #8917BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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