Html Css Color HEX #9816DB Dark Violet

📋 copy color: '#9816DB'

red 152 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #9816DB

Tints of Dark Violet #9816DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 38.68%
G = 5.6%
B = 55.73%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9816DB (or 0x9816DB) is known color: Dark Violet. HEX triplet: 98, 16 and DB. RGB value is (152,22,219). Sum of RGB (Red+Green+Blue) = 152+22+219=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #9816DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816DB is #67E924. Grayscale: #525252. Windows color (decimal): -6809893 or 14358168. OLE color: 14358168.

HSL color Cylindrical-coordinate representation of color #9816DB: hue angle of 279.59º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9816DB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 22 219 -
CMYK 0.31 0.90 0 0.14
HSL 279.59º 0.82% 0.47% -
HSV(B) 279.59º 0.9% 0.86% -
XYZ 26.02 12.36 68.03 -
YUV 83.33 204.57 176.98 -
System Red Green Blue C M Y K H S L
Decimal 152 22 219 0.31 0.90 0 0.14 279.59 0.82 0.47
Hex 98 16 DB 1F 5A 0 E 118 52 2F
Octal 230 26 333 37 132 0 16 430 122 57
Binary 10011000 10110 11011011 11111 1011010 0 1110 100011000 1010010 101111

Color Harmonies of #9816DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9816DB

Black with #9816DB

Text Example


Text Example

White with #9816DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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