Html Css Color HEX #9304D5 Dark Violet

📋 copy color: '#9304D5'

red 147 ◦ green 4 ◦ blue 213

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

Shades of Dark Violet #9304D5

Tints of Dark Violet #9304D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.52%

R = 40.38%
G = 1.1%
B = 58.52%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9304D5 (or 0x9304D5) is known color: Dark Violet. HEX triplet: 93, 04 and D5. RGB value is (147,4,213). Sum of RGB (Red+Green+Blue) = 147+4+213=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #9304D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9304D5 is #6CFB2A. Grayscale: #454545. Windows color (decimal): -7142187 or 13960339. OLE color: 13960339.

HSL color Cylindrical-coordinate representation of color #9304D5: hue angle of 281.05º 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 #9304D5 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 4 213 -
CMYK 0.31 0.98 0 0.16
HSL 281.05º 0.96% 0.43% -
HSV(B) 281.05º 0.98% 0.84% -
XYZ 24.09 11.09 63.82 -
YUV 70.58 208.38 182.51 -
System Red Green Blue C M Y K H S L
Decimal 147 4 213 0.31 0.98 0 0.16 281.05 0.96 0.43
Hex 93 4 D5 1F 62 0 10 119 60 2B
Octal 223 4 325 37 142 0 20 431 140 53
Binary 10010011 100 11010101 11111 1100010 0 10000 100011001 1100000 101011

Color Harmonies of #9304D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9304D5

Black with #9304D5

Text Example


Text Example

White with #9304D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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