Html Css Color HEX #94288D Dark Purple

📋 copy color: '#94288D'

red 148 ◦ green 40 ◦ blue 141

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

Shades of Dark Purple #94288D

Tints of Dark Purple #94288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 44.98%
G = 12.16%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94288D (or 0x94288D) is known color: Dark Purple. HEX triplet: 94, 28 and 8D. RGB value is (148,40,141). Sum of RGB (Red+Green+Blue) = 148+40+141=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94288D is #6BD772. Grayscale: #535353. Windows color (decimal): -7067507 or 9250964. OLE color: 9250964.

HSL color Cylindrical-coordinate representation of color #94288D: hue angle of 303.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94288D is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 141 -
CMYK 0 0.73 0.05 0.42
HSL 303.89º 0.57% 0.37% -
HSV(B) 303.89º 0.73% 0.58% -
XYZ 17.78 9.74 26.14 -
YUV 83.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 148 40 141 0 0.73 0.05 0.42 303.89 0.57 0.37
Hex 94 28 8D 0 49 5 2A 130 39 25
Octal 224 50 215 0 111 5 52 460 71 45
Binary 10010100 101000 10001101 0 1001001 101 101010 100110000 111001 100101

Color Harmonies of #94288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94288D

Black with #94288D

Text Example


Text Example

White with #94288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,40,141); }

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

background-color css

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

 a { background-color: rgb(148,40,141); }

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

border-color css

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

 span { border-color: rgb(148,40,141); }

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