Html Css Color HEX #9909DC Dark Violet

📋 copy color: '#9909DC'

red 153 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #9909DC

Tints of Dark Violet #9909DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 40.05%
G = 2.36%
B = 57.59%

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

#9909DC (or 0x9909DC) is known color: Dark Violet. HEX triplet: 99, 09 and DC. RGB value is (153,9,220). Sum of RGB (Red+Green+Blue) = 153+9+220=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #9909DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909DC is #66F623. Grayscale: #4B4B4B. Windows color (decimal): -6747684 or 14420377. OLE color: 14420377.

HSL color Cylindrical-coordinate representation of color #9909DC: hue angle of 280.95º 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 #9909DC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 9 220 -
CMYK 0.30 0.96 0 0.14
HSL 280.95º 0.92% 0.45% -
HSV(B) 280.95º 0.96% 0.86% -
XYZ 26.15 12.13 68.67 -
YUV 76.11 209.21 182.84 -
System Red Green Blue C M Y K H S L
Decimal 153 9 220 0.30 0.96 0 0.14 280.95 0.92 0.45
Hex 99 9 DC 1E 60 0 E 119 5C 2D
Octal 231 11 334 36 140 0 16 431 134 55
Binary 10011001 1001 11011100 11110 1100000 0 1110 100011001 1011100 101101

Color Harmonies of #9909DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9909DC

Black with #9909DC

Text Example


Text Example

White with #9909DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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