Html Css Color HEX #9304B9 Dark Violet

📋 copy color: '#9304B9'

red 147 ◦ green 4 ◦ blue 185

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

Shades of Dark Violet #9304B9

Tints of Dark Violet #9304B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.06%

R = 43.75%
G = 1.19%
B = 55.06%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9304B9 (or 0x9304B9) is known color: Dark Violet. HEX triplet: 93, 04 and B9. RGB value is (147,4,185). Sum of RGB (Red+Green+Blue) = 147+4+185=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #9304B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9304B9 is #6CFB46. Grayscale: #424242. Windows color (decimal): -7142215 or 12125331. OLE color: 12125331.

HSL color Cylindrical-coordinate representation of color #9304B9: hue angle of 287.4º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304B9 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 4 185 -
CMYK 0.21 0.98 0 0.27
HSL 287.4º 0.96% 0.37% -
HSV(B) 287.4º 0.98% 0.73% -
XYZ 20.83 9.79 46.69 -
YUV 67.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 147 4 185 0.21 0.98 0 0.27 287.4 0.96 0.37
Hex 93 4 B9 15 62 0 1B 11F 60 25
Octal 223 4 271 25 142 0 33 437 140 45
Binary 10010011 100 10111001 10101 1100010 0 11011 100011111 1100000 100101

Color Harmonies of #9304B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9304B9

Black with #9304B9

Text Example


Text Example

White with #9304B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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