Html Css Color HEX #9304C5 Dark Violet

📋 copy color: '#9304C5'

red 147 ◦ green 4 ◦ blue 197

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

Shades of Dark Violet #9304C5

Tints of Dark Violet #9304C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 56.61%

R = 42.24%
G = 1.15%
B = 56.61%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9304C5 (or 0x9304C5) is known color: Dark Violet. HEX triplet: 93, 04 and C5. RGB value is (147,4,197). Sum of RGB (Red+Green+Blue) = 147+4+197=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 197 (77.34% from 255 or 56.61% from 348); Max value from RGB is 197 - color contains mainly: blue. Hex color #9304C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9304C5 is #6CFB3A. Grayscale: #444444. Windows color (decimal): -7142203 or 12911763. OLE color: 12911763.

HSL color Cylindrical-coordinate representation of color #9304C5: hue angle of 284.46º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304C5 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 4 197 -
CMYK 0.25 0.98 0 0.23
HSL 284.46º 0.96% 0.39% -
HSV(B) 284.46º 0.98% 0.77% -
XYZ 22.15 10.32 53.65 -
YUV 68.76 200.38 183.81 -
System Red Green Blue C M Y K H S L
Decimal 147 4 197 0.25 0.98 0 0.23 284.46 0.96 0.39
Hex 93 4 C5 19 62 0 17 11C 60 27
Octal 223 4 305 31 142 0 27 434 140 47
Binary 10010011 100 11000101 11001 1100010 0 10111 100011100 1100000 100111

Color Harmonies of #9304C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9304C5

Black with #9304C5

Text Example


Text Example

White with #9304C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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