Html Css Color HEX #94357D Dark Purple

📋 copy color: '#94357D'

red 148 ◦ green 53 ◦ blue 125

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

Shades of Dark Purple #94357D

Tints of Dark Purple #94357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 45.4%
G = 16.26%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94357D (or 0x94357D) is known color: Dark Purple. HEX triplet: 94, 35 and 7D. RGB value is (148,53,125). Sum of RGB (Red+Green+Blue) = 148+53+125=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94357D is #6BCA82. Grayscale: #595959. Windows color (decimal): -7064195 or 8205716. OLE color: 8205716.

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

Color convert

RGB 148 53 125 -
CMYK 0 0.64 0.16 0.42
HSL 314.53º 0.47% 0.39% -
HSV(B) 314.53º 0.64% 0.58% -
XYZ 17.19 10.32 20.49 -
YUV 89.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 148 53 125 0 0.64 0.16 0.42 314.53 0.47 0.39
Hex 94 35 7D 0 40 10 2A 13B 2F 27
Octal 224 65 175 0 100 20 52 473 57 47
Binary 10010100 110101 1111101 0 1000000 10000 101010 100111011 101111 100111

Color Harmonies of #94357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94357D

Black with #94357D

Text Example


Text Example

White with #94357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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