Html Css Color HEX #93337B Dark Purple

📋 copy color: '#93337B'

red 147 ◦ green 51 ◦ blue 123

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

Shades of Dark Purple #93337B

Tints of Dark Purple #93337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 45.79%
G = 15.89%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93337B (or 0x93337B) is known color: Dark Purple. HEX triplet: 93, 33 and 7B. RGB value is (147,51,123). Sum of RGB (Red+Green+Blue) = 147+51+123=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93337B is #6CCC84. Grayscale: #575757. Windows color (decimal): -7130245 or 8074131. OLE color: 8074131.

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

Color convert

RGB 147 51 123 -
CMYK 0 0.65 0.16 0.42
HSL 315º 0.48% 0.39% -
HSV(B) 315º 0.65% 0.58% -
XYZ 16.79 10 19.78 -
YUV 87.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 147 51 123 0 0.65 0.16 0.42 315 0.48 0.39
Hex 93 33 7B 0 41 10 2A 13B 30 27
Octal 223 63 173 0 101 20 52 473 60 47
Binary 10010011 110011 1111011 0 1000001 10000 101010 100111011 110000 100111

Color Harmonies of #93337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93337B

Black with #93337B

Text Example


Text Example

White with #93337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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