Html Css Color HEX #9900DF Dark Violet

📋 copy color: '#9900DF'

red 153 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #9900DF

Tints of Dark Violet #9900DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 40.69%
G = 0%
B = 59.31%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9900DF (or 0x9900DF) is known color: Dark Violet. HEX triplet: 99, 00 and DF. RGB value is (153,0,223). Sum of RGB (Red+Green+Blue) = 153+0+223=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #9900DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900DF is #66FF20. Grayscale: #464646. Windows color (decimal): -6749985 or 14614681. OLE color: 14614681.

HSL color Cylindrical-coordinate representation of color #9900DF: hue angle of 281.17º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900DF is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 0 223 -
CMYK 0.31 1 0 0.13
HSL 281.17º 1% 0.44% -
HSV(B) 281.17º 1% 0.87% -
XYZ 26.46 12.1 70.75 -
YUV 71.17 213.69 186.37 -
System Red Green Blue C M Y K H S L
Decimal 153 0 223 0.31 1 0 0.13 281.17 1 0.44
Hex 99 0 DF 1F 64 0 D 119 64 2C
Octal 231 0 337 37 144 0 15 431 144 54
Binary 10011001 0 11011111 11111 1100100 0 1101 100011001 1100100 101100

Color Harmonies of #9900DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9900DF

Black with #9900DF

Text Example


Text Example

White with #9900DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9900DF; }

 p { color: rgb(153,0,223); }

 H1.HeaderClassName
 {
   color: #9900DF;
 }
 .AnyTagClassName
 {
   color: #9900DF;
 }
</style>

background-color css

<style>
 a { background-color: #9900DF; }

 a { background-color: rgb(153,0,223); }

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

border-color css

<style>
 span { border-color: #9900DF; }

 span { border-color: rgb(153,0,223); }

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