Html Css Color HEX #94337D Dark Purple

📋 copy color: '#94337D'

red 148 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #94337D

Tints of Dark Purple #94337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

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

R = 45.68%
G = 15.74%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94337D (or 0x94337D) is known color: Dark Purple. HEX triplet: 94, 33 and 7D. RGB value is (148,51,125). Sum of RGB (Red+Green+Blue) = 148+51+125=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94337D is #6BCC82. Grayscale: #585858. Windows color (decimal): -7064707 or 8205204. OLE color: 8205204.

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

Color convert

RGB 148 51 125 -
CMYK 0 0.66 0.16 0.42
HSL 314.23º 0.49% 0.39% -
HSV(B) 314.23º 0.66% 0.58% -
XYZ 17.1 10.14 20.46 -
YUV 88.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 148 51 125 0 0.66 0.16 0.42 314.23 0.49 0.39
Hex 94 33 7D 0 42 10 2A 13A 31 27
Octal 224 63 175 0 102 20 52 472 61 47
Binary 10010100 110011 1111101 0 1000010 10000 101010 100111010 110001 100111

Color Harmonies of #94337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94337D

Black with #94337D

Text Example


Text Example

White with #94337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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