Html Css Color HEX #9811DB Dark Violet

📋 copy color: '#9811DB'

red 152 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #9811DB

Tints of Dark Violet #9811DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.38%

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

R = 39.18%
G = 4.38%
B = 56.44%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9811DB (or 0x9811DB) is known color: Dark Violet. HEX triplet: 98, 11 and DB. RGB value is (152,17,219). Sum of RGB (Red+Green+Blue) = 152+17+219=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9811DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811DB is #67EE24. Grayscale: #4F4F4F. Windows color (decimal): -6811173 or 14356888. OLE color: 14356888.

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

Color convert

RGB 152 17 219 -
CMYK 0.31 0.92 0 0.14
HSL 280.1º 0.86% 0.46% -
HSV(B) 280.1º 0.92% 0.86% -
XYZ 25.94 12.19 68 -
YUV 80.39 206.23 179.07 -
System Red Green Blue C M Y K H S L
Decimal 152 17 219 0.31 0.92 0 0.14 280.1 0.86 0.46
Hex 98 11 DB 1F 5C 0 E 118 56 2E
Octal 230 21 333 37 134 0 16 430 126 56
Binary 10011000 10001 11011011 11111 1011100 0 1110 100011000 1010110 101110

Color Harmonies of #9811DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9811DB

Black with #9811DB

Text Example


Text Example

White with #9811DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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