Html Css Color HEX #9909DB Dark Violet

📋 copy color: '#9909DB'

red 153 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #9909DB

Tints of Dark Violet #9909DB

RGB

 RED value IS 153 (60.16% from 255) = 40.16%

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 40.16%
G = 2.36%
B = 57.48%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9909DB (or 0x9909DB) is known color: Dark Violet. HEX triplet: 99, 09 and DB. RGB value is (153,9,219). Sum of RGB (Red+Green+Blue) = 153+9+219=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #9909DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909DB is #66F624. Grayscale: #4B4B4B. Windows color (decimal): -6747685 or 14354841. OLE color: 14354841.

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

Color convert

RGB 153 9 219 -
CMYK 0.30 0.96 0 0.14
HSL 281.14º 0.92% 0.45% -
HSV(B) 281.14º 0.96% 0.86% -
XYZ 26.02 12.08 67.98 -
YUV 76 208.71 182.92 -
System Red Green Blue C M Y K H S L
Decimal 153 9 219 0.30 0.96 0 0.14 281.14 0.92 0.45
Hex 99 9 DB 1E 60 0 E 119 5C 2D
Octal 231 11 333 36 140 0 16 431 134 55
Binary 10011001 1001 11011011 11110 1100000 0 1110 100011001 1011100 101101

Color Harmonies of #9909DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9909DB

Black with #9909DB

Text Example


Text Example

White with #9909DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,9,219); }

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

background-color css

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

 a { background-color: rgb(153,9,219); }

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

border-color css

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

 span { border-color: rgb(153,9,219); }

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