Html Css Color HEX #93257C Dark Purple

📋 copy color: '#93257C'

red 147 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #93257C

Tints of Dark Purple #93257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 47.73%
G = 12.01%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93257C (or 0x93257C) is known color: Dark Purple. HEX triplet: 93, 25 and 7C. RGB value is (147,37,124). Sum of RGB (Red+Green+Blue) = 147+37+124=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93257C is #6CDA83. Grayscale: #4F4F4F. Windows color (decimal): -7133828 or 8136083. OLE color: 8136083.

HSL color Cylindrical-coordinate representation of color #93257C: hue angle of 312.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93257C is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 124 -
CMYK 0 0.75 0.16 0.42
HSL 312.55º 0.6% 0.36% -
HSV(B) 312.55º 0.75% 0.58% -
XYZ 16.33 8.98 19.94 -
YUV 79.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 147 37 124 0 0.75 0.16 0.42 312.55 0.6 0.36
Hex 93 25 7C 0 4B 10 2A 139 3C 24
Octal 223 45 174 0 113 20 52 471 74 44
Binary 10010011 100101 1111100 0 1001011 10000 101010 100111001 111100 100100

Color Harmonies of #93257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93257C

Black with #93257C

Text Example


Text Example

White with #93257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93257C; }

 p { color: rgb(147,37,124); }

 H1.HeaderClassName
 {
   color: #93257C;
 }
 .AnyTagClassName
 {
   color: #93257C;
 }
</style>

background-color css

<style>
 a { background-color: #93257C; }

 a { background-color: rgb(147,37,124); }

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

border-color css

<style>
 span { border-color: #93257C; }

 span { border-color: rgb(147,37,124); }

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