Html Css Color HEX #94387C Dark Purple

📋 copy color: '#94387C'

red 148 ◦ green 56 ◦ blue 124

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

Shades of Dark Purple #94387C

Tints of Dark Purple #94387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

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

R = 45.12%
G = 17.07%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94387C (or 0x94387C) is known color: Dark Purple. HEX triplet: 94, 38 and 7C. RGB value is (148,56,124). Sum of RGB (Red+Green+Blue) = 148+56+124=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94387C is #6BC783. Grayscale: #5B5B5B. Windows color (decimal): -7063428 or 8140948. OLE color: 8140948.

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

Color convert

RGB 148 56 124 -
CMYK 0 0.62 0.16 0.42
HSL 315.65º 0.45% 0.4% -
HSV(B) 315.65º 0.62% 0.58% -
XYZ 17.27 10.58 20.2 -
YUV 91.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 148 56 124 0 0.62 0.16 0.42 315.65 0.45 0.4
Hex 94 38 7C 0 3E 10 2A 13C 2D 28
Octal 224 70 174 0 76 20 52 474 55 50
Binary 10010100 111000 1111100 0 111110 10000 101010 100111100 101101 101000

Color Harmonies of #94387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94387C

Black with #94387C

Text Example


Text Example

White with #94387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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