Html Css Color HEX #93288E Dark Purple

📋 copy color: '#93288E'

red 147 ◦ green 40 ◦ blue 142

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

Shades of Dark Purple #93288E

Tints of Dark Purple #93288E

RGB

 RED value IS 147 (57.81% from 255) = 44.68%

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 44.68%
G = 12.16%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93288E (or 0x93288E) is known color: Dark Purple. HEX triplet: 93, 28 and 8E. RGB value is (147,40,142). Sum of RGB (Red+Green+Blue) = 147+40+142=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #93288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93288E is #6CD771. Grayscale: #535353. Windows color (decimal): -7133042 or 9316499. OLE color: 9316499.

HSL color Cylindrical-coordinate representation of color #93288E: hue angle of 302.8º 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 #93288E is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 40 142 -
CMYK 0 0.73 0.03 0.42
HSL 302.8º 0.57% 0.37% -
HSV(B) 302.8º 0.73% 0.58% -
XYZ 17.67 9.67 26.53 -
YUV 83.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 147 40 142 0 0.73 0.03 0.42 302.8 0.57 0.37
Hex 93 28 8E 0 49 3 2A 12F 39 25
Octal 223 50 216 0 111 3 52 457 71 45
Binary 10010011 101000 10001110 0 1001001 11 101010 100101111 111001 100101

Color Harmonies of #93288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93288E

Black with #93288E

Text Example


Text Example

White with #93288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93288E; }

 p { color: rgb(147,40,142); }

 H1.HeaderClassName
 {
   color: #93288E;
 }
 .AnyTagClassName
 {
   color: #93288E;
 }
</style>

background-color css

<style>
 a { background-color: #93288E; }

 a { background-color: rgb(147,40,142); }

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

border-color css

<style>
 span { border-color: #93288E; }

 span { border-color: rgb(147,40,142); }

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