Html Css Color HEX #9904D7 Dark Violet

📋 copy color: '#9904D7'

red 153 ◦ green 4 ◦ blue 215

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

Shades of Dark Violet #9904D7

Tints of Dark Violet #9904D7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 215 (84.38% from 255) = 57.8%

R = 41.13%
G = 1.08%
B = 57.8%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9904D7 (or 0x9904D7) is known color: Dark Violet. HEX triplet: 99, 04 and D7. RGB value is (153,4,215). Sum of RGB (Red+Green+Blue) = 153+4+215=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #9904D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904D7 is #66FB28. Grayscale: #474747. Windows color (decimal): -6748969 or 14091417. OLE color: 14091417.

HSL color Cylindrical-coordinate representation of color #9904D7: hue angle of 282.37º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904D7 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 4 215 -
CMYK 0.29 0.98 0 0.16
HSL 282.37º 0.96% 0.43% -
HSV(B) 282.37º 0.98% 0.84% -
XYZ 25.45 11.77 65.22 -
YUV 72.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 153 4 215 0.29 0.98 0 0.16 282.37 0.96 0.43
Hex 99 4 D7 1D 62 0 10 11A 60 2B
Octal 231 4 327 35 142 0 20 432 140 53
Binary 10011001 100 11010111 11101 1100010 0 10000 100011010 1100000 101011

Color Harmonies of #9904D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9904D7

Black with #9904D7

Text Example


Text Example

White with #9904D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9904D7; }

 p { color: rgb(153,4,215); }

 H1.HeaderClassName
 {
   color: #9904D7;
 }
 .AnyTagClassName
 {
   color: #9904D7;
 }
</style>

background-color css

<style>
 a { background-color: #9904D7; }

 a { background-color: rgb(153,4,215); }

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

border-color css

<style>
 span { border-color: #9904D7; }

 span { border-color: rgb(153,4,215); }

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