Html Css Color HEX #9304DB Dark Violet

📋 copy color: '#9304DB'

red 147 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #9304DB

Tints of Dark Violet #9304DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 39.73%
G = 1.08%
B = 59.19%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9304DB (or 0x9304DB) is known color: Dark Violet. HEX triplet: 93, 04 and DB. RGB value is (147,4,219). Sum of RGB (Red+Green+Blue) = 147+4+219=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #9304DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9304DB is #6CFB24. Grayscale: #464646. Windows color (decimal): -7142181 or 14353555. OLE color: 14353555.

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

Color convert

RGB 147 4 219 -
CMYK 0.33 0.98 0 0.14
HSL 279.91º 0.96% 0.44% -
HSV(B) 279.91º 0.98% 0.86% -
XYZ 24.86 11.4 67.91 -
YUV 71.27 211.38 182.02 -
System Red Green Blue C M Y K H S L
Decimal 147 4 219 0.33 0.98 0 0.14 279.91 0.96 0.44
Hex 93 4 DB 21 62 0 E 118 60 2C
Octal 223 4 333 41 142 0 16 430 140 54
Binary 10010011 100 11011011 100001 1100010 0 1110 100011000 1100000 101100

Color Harmonies of #9304DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9304DB

Black with #9304DB

Text Example


Text Example

White with #9304DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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