Html Css Color HEX #93307D Dark Purple

📋 copy color: '#93307D'

red 147 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #93307D

Tints of Dark Purple #93307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 45.94%
G = 15%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93307D (or 0x93307D) is known color: Dark Purple. HEX triplet: 93, 30 and 7D. RGB value is (147,48,125). Sum of RGB (Red+Green+Blue) = 147+48+125=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93307D is #6CCF82. Grayscale: #565656. Windows color (decimal): -7131011 or 8204435. OLE color: 8204435.

HSL color Cylindrical-coordinate representation of color #93307D: hue angle of 313.33º 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 #93307D is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 48 125 -
CMYK 0 0.67 0.15 0.42
HSL 313.33º 0.51% 0.38% -
HSV(B) 313.33º 0.67% 0.58% -
XYZ 16.79 9.8 20.41 -
YUV 86.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 147 48 125 0 0.67 0.15 0.42 313.33 0.51 0.38
Hex 93 30 7D 0 43 F 2A 139 33 26
Octal 223 60 175 0 103 17 52 471 63 46
Binary 10010011 110000 1111101 0 1000011 1111 101010 100111001 110011 100110

Color Harmonies of #93307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93307D

Black with #93307D

Text Example


Text Example

White with #93307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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