Html Css Color HEX #94437C Dark Purple

📋 copy color: '#94437C'

red 148 ◦ green 67 ◦ blue 124

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

Shades of Dark Purple #94437C

Tints of Dark Purple #94437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 43.66%
G = 19.76%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94437C (or 0x94437C) is known color: Dark Purple. HEX triplet: 94, 43 and 7C. RGB value is (148,67,124). Sum of RGB (Red+Green+Blue) = 148+67+124=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94437C is #6BBC83. Grayscale: #616161. Windows color (decimal): -7060612 or 8143764. OLE color: 8143764.

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

Color convert

RGB 148 67 124 -
CMYK 0 0.55 0.16 0.42
HSL 317.78º 0.38% 0.42% -
HSV(B) 317.78º 0.55% 0.58% -
XYZ 17.86 11.77 20.4 -
YUV 97.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 148 67 124 0 0.55 0.16 0.42 317.78 0.38 0.42
Hex 94 43 7C 0 37 10 2A 13E 26 2A
Octal 224 103 174 0 67 20 52 476 46 52
Binary 10010100 1000011 1111100 0 110111 10000 101010 100111110 100110 101010

Color Harmonies of #94437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94437C

Black with #94437C

Text Example


Text Example

White with #94437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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