Html Css Color HEX #9816BB Dark Violet

📋 copy color: '#9816BB'

red 152 ◦ green 22 ◦ blue 187

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

Shades of Dark Violet #9816BB

Tints of Dark Violet #9816BB

RGB

 RED value IS 152 (59.77% from 255) = 42.11%

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

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

R = 42.11%
G = 6.09%
B = 51.8%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9816BB (or 0x9816BB) is known color: Dark Violet. HEX triplet: 98, 16 and BB. RGB value is (152,22,187). Sum of RGB (Red+Green+Blue) = 152+22+187=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #9816BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816BB is #67E944. Grayscale: #4F4F4F. Windows color (decimal): -6809925 or 12261016. OLE color: 12261016.

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

Color convert

RGB 152 22 187 -
CMYK 0.19 0.88 0 0.27
HSL 287.27º 0.79% 0.41% -
HSV(B) 287.27º 0.88% 0.73% -
XYZ 22.21 10.84 47.94 -
YUV 79.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 152 22 187 0.19 0.88 0 0.27 287.27 0.79 0.41
Hex 98 16 BB 13 58 0 1B 11F 4F 29
Octal 230 26 273 23 130 0 33 437 117 51
Binary 10011000 10110 10111011 10011 1011000 0 11011 100011111 1001111 101001

Color Harmonies of #9816BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9816BB

Black with #9816BB

Text Example


Text Example

White with #9816BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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