Html Css Color HEX #94307D Dark Purple

📋 copy color: '#94307D'

red 148 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #94307D

Tints of Dark Purple #94307D

RGB

 RED value IS 148 (58.2% from 255) = 46.11%

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 46.11%
G = 14.95%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94307D (or 0x94307D) is known color: Dark Purple. HEX triplet: 94, 30 and 7D. RGB value is (148,48,125). Sum of RGB (Red+Green+Blue) = 148+48+125=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94307D is #6BCF82. Grayscale: #565656. Windows color (decimal): -7065475 or 8204436. OLE color: 8204436.

HSL color Cylindrical-coordinate representation of color #94307D: hue angle of 313.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94307D is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 125 -
CMYK 0 0.68 0.16 0.42
HSL 313.8º 0.51% 0.38% -
HSV(B) 313.8º 0.68% 0.58% -
XYZ 16.97 9.89 20.42 -
YUV 86.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 148 48 125 0 0.68 0.16 0.42 313.8 0.51 0.38
Hex 94 30 7D 0 44 10 2A 13A 33 26
Octal 224 60 175 0 104 20 52 472 63 46
Binary 10010100 110000 1111101 0 1000100 10000 101010 100111010 110011 100110

Color Harmonies of #94307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94307D

Black with #94307D

Text Example


Text Example

White with #94307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94307D; }

 p { color: rgb(148,48,125); }

 H1.HeaderClassName
 {
   color: #94307D;
 }
 .AnyTagClassName
 {
   color: #94307D;
 }
</style>

background-color css

<style>
 a { background-color: #94307D; }

 a { background-color: rgb(148,48,125); }

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

border-color css

<style>
 span { border-color: #94307D; }

 span { border-color: rgb(148,48,125); }

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