Html Css Color HEX #8916BB Dark Violet

📋 copy color: '#8916BB'

red 137 ◦ green 22 ◦ blue 187

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

Shades of Dark Violet #8916BB

Tints of Dark Violet #8916BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 39.6%
G = 6.36%
B = 54.05%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8916BB (or 0x8916BB) is known color: Dark Violet. HEX triplet: 89, 16 and BB. RGB value is (137,22,187). Sum of RGB (Red+Green+Blue) = 137+22+187=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #8916BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916BB is #76E944. Grayscale: #4A4A4A. Windows color (decimal): -7792965 or 12261001. OLE color: 12261001.

HSL color Cylindrical-coordinate representation of color #8916BB: hue angle of 281.82º degrees, saturation: 0.79, 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 #8916BB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 22 187 -
CMYK 0.27 0.88 0 0.27
HSL 281.82º 0.79% 0.41% -
HSV(B) 281.82º 0.88% 0.73% -
XYZ 19.57 9.48 47.81 -
YUV 75.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 137 22 187 0.27 0.88 0 0.27 281.82 0.79 0.41
Hex 89 16 BB 1B 58 0 1B 11A 4F 29
Octal 211 26 273 33 130 0 33 432 117 51
Binary 10001001 10110 10111011 11011 1011000 0 11011 100011010 1001111 101001

Color Harmonies of #8916BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8916BB

Black with #8916BB

Text Example


Text Example

White with #8916BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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