Html Css Color HEX #9304DD Dark Violet

📋 copy color: '#9304DD'

red 147 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #9304DD

Tints of Dark Violet #9304DD

RGB

 RED value IS 147 (57.81% from 255) = 39.52%

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

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 39.52%
G = 1.08%
B = 59.41%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9304DD (or 0x9304DD) is known color: Dark Violet. HEX triplet: 93, 04 and DD. RGB value is (147,4,221). Sum of RGB (Red+Green+Blue) = 147+4+221=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #9304DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9304DD is #6CFB22. Grayscale: #464646. Windows color (decimal): -7142179 or 14484627. OLE color: 14484627.

HSL color Cylindrical-coordinate representation of color #9304DD: hue angle of 279.54º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304DD is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 4 221 -
CMYK 0.33 0.98 0 0.13
HSL 279.54º 0.96% 0.44% -
HSV(B) 279.54º 0.98% 0.87% -
XYZ 25.13 11.51 69.3 -
YUV 71.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 147 4 221 0.33 0.98 0 0.13 279.54 0.96 0.44
Hex 93 4 DD 21 62 0 D 118 60 2C
Octal 223 4 335 41 142 0 15 430 140 54
Binary 10010011 100 11011101 100001 1100010 0 1101 100011000 1100000 101100

Color Harmonies of #9304DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9304DD

Black with #9304DD

Text Example


Text Example

White with #9304DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9304DD; }

 p { color: rgb(147,4,221); }

 H1.HeaderClassName
 {
   color: #9304DD;
 }
 .AnyTagClassName
 {
   color: #9304DD;
 }
</style>

background-color css

<style>
 a { background-color: #9304DD; }

 a { background-color: rgb(147,4,221); }

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

border-color css

<style>
 span { border-color: #9304DD; }

 span { border-color: rgb(147,4,221); }

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