Html Css Color HEX #94367C Dark Purple

📋 copy color: '#94367C'

red 148 ◦ green 54 ◦ blue 124

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

Shades of Dark Purple #94367C

Tints of Dark Purple #94367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 45.4%
G = 16.56%
B = 38.04%

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

#94367C (or 0x94367C) is known color: Dark Purple. HEX triplet: 94, 36 and 7C. RGB value is (148,54,124). Sum of RGB (Red+Green+Blue) = 148+54+124=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94367C is #6BC983. Grayscale: #595959. Windows color (decimal): -7063940 or 8140436. OLE color: 8140436.

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

Color convert

RGB 148 54 124 -
CMYK 0 0.64 0.16 0.42
HSL 315.32º 0.47% 0.4% -
HSV(B) 315.32º 0.64% 0.58% -
XYZ 17.17 10.39 20.17 -
YUV 90.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 148 54 124 0 0.64 0.16 0.42 315.32 0.47 0.4
Hex 94 36 7C 0 40 10 2A 13B 2F 28
Octal 224 66 174 0 100 20 52 473 57 50
Binary 10010100 110110 1111100 0 1000000 10000 101010 100111011 101111 101000

Color Harmonies of #94367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94367C

Black with #94367C

Text Example


Text Example

White with #94367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94367C; }

 p { color: rgb(148,54,124); }

 H1.HeaderClassName
 {
   color: #94367C;
 }
 .AnyTagClassName
 {
   color: #94367C;
 }
</style>

background-color css

<style>
 a { background-color: #94367C; }

 a { background-color: rgb(148,54,124); }

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

border-color css

<style>
 span { border-color: #94367C; }

 span { border-color: rgb(148,54,124); }

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