Html Css Color HEX #93237F Dark Purple

📋 copy color: '#93237F'

red 147 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #93237F

Tints of Dark Purple #93237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 47.57%
G = 11.33%
B = 41.1%

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

#93237F (or 0x93237F) is known color: Dark Purple. HEX triplet: 93, 23 and 7F. RGB value is (147,35,127). Sum of RGB (Red+Green+Blue) = 147+35+127=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93237F is #6CDC80. Grayscale: #4E4E4E. Windows color (decimal): -7134337 or 8332179. OLE color: 8332179.

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

Color convert

RGB 147 35 127 -
CMYK 0 0.76 0.14 0.42
HSL 310.71º 0.62% 0.36% -
HSV(B) 310.71º 0.76% 0.58% -
XYZ 16.46 8.94 20.94 -
YUV 78.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 147 35 127 0 0.76 0.14 0.42 310.71 0.62 0.36
Hex 93 23 7F 0 4C E 2A 137 3E 24
Octal 223 43 177 0 114 16 52 467 76 44
Binary 10010011 100011 1111111 0 1001100 1110 101010 100110111 111110 100100

Color Harmonies of #93237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93237F

Black with #93237F

Text Example


Text Example

White with #93237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93237F; }

 p { color: rgb(147,35,127); }

 H1.HeaderClassName
 {
   color: #93237F;
 }
 .AnyTagClassName
 {
   color: #93237F;
 }
</style>

background-color css

<style>
 a { background-color: #93237F; }

 a { background-color: rgb(147,35,127); }

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

border-color css

<style>
 span { border-color: #93237F; }

 span { border-color: rgb(147,35,127); }

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