Html Css Color HEX #93307C Dark Purple

📋 copy color: '#93307C'

red 147 ◦ green 48 ◦ blue 124

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

Shades of Dark Purple #93307C

Tints of Dark Purple #93307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

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

R = 46.08%
G = 15.05%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93307C (or 0x93307C) is known color: Dark Purple. HEX triplet: 93, 30 and 7C. RGB value is (147,48,124). Sum of RGB (Red+Green+Blue) = 147+48+124=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93307C is #6CCF83. Grayscale: #565656. Windows color (decimal): -7131012 or 8138899. OLE color: 8138899.

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

Color convert

RGB 147 48 124 -
CMYK 0 0.67 0.16 0.42
HSL 313.94º 0.51% 0.38% -
HSV(B) 313.94º 0.67% 0.58% -
XYZ 16.73 9.77 20.07 -
YUV 86.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 147 48 124 0 0.67 0.16 0.42 313.94 0.51 0.38
Hex 93 30 7C 0 43 10 2A 13A 33 26
Octal 223 60 174 0 103 20 52 472 63 46
Binary 10010011 110000 1111100 0 1000011 10000 101010 100111010 110011 100110

Color Harmonies of #93307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93307C

Black with #93307C

Text Example


Text Example

White with #93307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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