Html Css Color HEX #93297B Dark Purple

📋 copy color: '#93297B'

red 147 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #93297B

Tints of Dark Purple #93297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 47.27%
G = 13.18%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93297B (or 0x93297B) is known color: Dark Purple. HEX triplet: 93, 29 and 7B. RGB value is (147,41,123). Sum of RGB (Red+Green+Blue) = 147+41+123=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93297B is #6CD684. Grayscale: #515151. Windows color (decimal): -7132805 or 8071571. OLE color: 8071571.

HSL color Cylindrical-coordinate representation of color #93297B: hue angle of 313.58º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93297B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 123 -
CMYK 0 0.72 0.16 0.42
HSL 313.58º 0.56% 0.37% -
HSV(B) 313.58º 0.72% 0.58% -
XYZ 16.4 9.22 19.65 -
YUV 82.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 147 41 123 0 0.72 0.16 0.42 313.58 0.56 0.37
Hex 93 29 7B 0 48 10 2A 13A 38 25
Octal 223 51 173 0 110 20 52 472 70 45
Binary 10010011 101001 1111011 0 1001000 10000 101010 100111010 111000 100101

Color Harmonies of #93297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93297B

Black with #93297B

Text Example


Text Example

White with #93297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93297B; }

 p { color: rgb(147,41,123); }

 H1.HeaderClassName
 {
   color: #93297B;
 }
 .AnyTagClassName
 {
   color: #93297B;
 }
</style>

background-color css

<style>
 a { background-color: #93297B; }

 a { background-color: rgb(147,41,123); }

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

border-color css

<style>
 span { border-color: #93297B; }

 span { border-color: rgb(147,41,123); }

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