Html Css Color HEX #93247E Dark Purple

📋 copy color: '#93247E'

red 147 ◦ green 36 ◦ blue 126

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

Shades of Dark Purple #93247E

Tints of Dark Purple #93247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 47.57%
G = 11.65%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93247E (or 0x93247E) is known color: Dark Purple. HEX triplet: 93, 24 and 7E. RGB value is (147,36,126). Sum of RGB (Red+Green+Blue) = 147+36+126=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93247E is #6CDB81. Grayscale: #4F4F4F. Windows color (decimal): -7134082 or 8266899. OLE color: 8266899.

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

Color convert

RGB 147 36 126 -
CMYK 0 0.76 0.14 0.42
HSL 311.35º 0.61% 0.36% -
HSV(B) 311.35º 0.76% 0.58% -
XYZ 16.43 8.97 20.6 -
YUV 79.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 147 36 126 0 0.76 0.14 0.42 311.35 0.61 0.36
Hex 93 24 7E 0 4C E 2A 137 3D 24
Octal 223 44 176 0 114 16 52 467 75 44
Binary 10010011 100100 1111110 0 1001100 1110 101010 100110111 111101 100100

Color Harmonies of #93247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93247E

Black with #93247E

Text Example


Text Example

White with #93247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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