Html Css Color HEX #93248D Dark Purple

📋 copy color: '#93248D'

red 147 ◦ green 36 ◦ blue 141

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

Shades of Dark Purple #93248D

Tints of Dark Purple #93248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

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

R = 45.37%
G = 11.11%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93248D (or 0x93248D) is known color: Dark Purple. HEX triplet: 93, 24 and 8D. RGB value is (147,36,141). Sum of RGB (Red+Green+Blue) = 147+36+141=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93248D is #6CDB72. Grayscale: #505050. Windows color (decimal): -7134067 or 9249939. OLE color: 9249939.

HSL color Cylindrical-coordinate representation of color #93248D: hue angle of 303.24º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93248D is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 36 141 -
CMYK 0 0.76 0.04 0.42
HSL 303.24º 0.61% 0.36% -
HSV(B) 303.24º 0.76% 0.58% -
XYZ 17.47 9.39 26.09 -
YUV 81.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 147 36 141 0 0.76 0.04 0.42 303.24 0.61 0.36
Hex 93 24 8D 0 4C 4 2A 12F 3D 24
Octal 223 44 215 0 114 4 52 457 75 44
Binary 10010011 100100 10001101 0 1001100 100 101010 100101111 111101 100100

Color Harmonies of #93248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93248D

Black with #93248D

Text Example


Text Example

White with #93248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,36,141); }

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

background-color css

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

 a { background-color: rgb(147,36,141); }

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

border-color css

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

 span { border-color: rgb(147,36,141); }

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