Html Css Color HEX #8916B7 Dark Violet

📋 copy color: '#8916B7'

red 137 ◦ green 22 ◦ blue 183

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

Shades of Dark Violet #8916B7

Tints of Dark Violet #8916B7

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

 BLUE value IS 183 (71.88% from 255) = 53.51%

R = 40.06%
G = 6.43%
B = 53.51%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8916B7 (or 0x8916B7) is known color: Dark Violet. HEX triplet: 89, 16 and B7. RGB value is (137,22,183). Sum of RGB (Red+Green+Blue) = 137+22+183=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #8916B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916B7 is #76E948. Grayscale: #4A4A4A. Windows color (decimal): -7792969 or 11998857. OLE color: 11998857.

HSL color Cylindrical-coordinate representation of color #8916B7: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8916B7 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 22 183 -
CMYK 0.25 0.88 0 0.28
HSL 282.86º 0.79% 0.4% -
HSV(B) 282.86º 0.88% 0.72% -
XYZ 19.15 9.31 45.59 -
YUV 74.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 137 22 183 0.25 0.88 0 0.28 282.86 0.79 0.4
Hex 89 16 B7 19 58 0 1C 11B 4F 28
Octal 211 26 267 31 130 0 34 433 117 50
Binary 10001001 10110 10110111 11001 1011000 0 11100 100011011 1001111 101000

Color Harmonies of #8916B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8916B7

Black with #8916B7

Text Example


Text Example

White with #8916B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8916B7; }

 p { color: rgb(137,22,183); }

 H1.HeaderClassName
 {
   color: #8916B7;
 }
 .AnyTagClassName
 {
   color: #8916B7;
 }
</style>

background-color css

<style>
 a { background-color: #8916B7; }

 a { background-color: rgb(137,22,183); }

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

border-color css

<style>
 span { border-color: #8916B7; }

 span { border-color: rgb(137,22,183); }

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