Html Css Color HEX #9904CC Dark Violet

📋 copy color: '#9904CC'

red 153 ◦ green 4 ◦ blue 204

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

Shades of Dark Violet #9904CC

Tints of Dark Violet #9904CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 42.38%
G = 1.11%
B = 56.51%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9904CC (or 0x9904CC) is known color: Dark Violet. HEX triplet: 99, 04 and CC. RGB value is (153,4,204). Sum of RGB (Red+Green+Blue) = 153+4+204=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #9904CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904CC is #66FB33. Grayscale: #464646. Windows color (decimal): -6748980 or 13370521. OLE color: 13370521.

HSL color Cylindrical-coordinate representation of color #9904CC: hue angle of 284.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904CC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 4 204 -
CMYK 0.25 0.98 0 0.2
HSL 284.7º 0.96% 0.41% -
HSV(B) 284.7º 0.98% 0.8% -
XYZ 24.08 11.22 58.02 -
YUV 71.35 202.86 186.24 -
System Red Green Blue C M Y K H S L
Decimal 153 4 204 0.25 0.98 0 0.2 284.7 0.96 0.41
Hex 99 4 CC 19 62 0 14 11D 60 29
Octal 231 4 314 31 142 0 24 435 140 51
Binary 10011001 100 11001100 11001 1100010 0 10100 100011101 1100000 101001

Color Harmonies of #9904CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9904CC

Black with #9904CC

Text Example


Text Example

White with #9904CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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