Html Css Color HEX #933373 Dark Purple

📋 copy color: '#933373'

red 147 ◦ green 51 ◦ blue 115

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

Shades of Dark Purple #933373

Tints of Dark Purple #933373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 46.96%
G = 16.29%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#933373 (or 0x933373) is known color: Dark Purple. HEX triplet: 93, 33 and 73. RGB value is (147,51,115). Sum of RGB (Red+Green+Blue) = 147+51+115=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #933373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933373 is #6CCC8C. Grayscale: #565656. Windows color (decimal): -7130253 or 7549843. OLE color: 7549843.

HSL color Cylindrical-coordinate representation of color #933373: hue angle of 320º 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 #933373 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 51 115 -
CMYK 0 0.65 0.22 0.42
HSL 320º 0.48% 0.39% -
HSV(B) 320º 0.65% 0.58% -
XYZ 16.31 9.81 17.25 -
YUV 87 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 147 51 115 0 0.65 0.22 0.42 320 0.48 0.39
Hex 93 33 73 0 41 16 2A 140 30 27
Octal 223 63 163 0 101 26 52 500 60 47
Binary 10010011 110011 1110011 0 1000001 10110 101010 101000000 110000 100111

Color Harmonies of #933373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933373

Black with #933373

Text Example


Text Example

White with #933373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933373; }

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

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

background-color css

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

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

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

border-color css

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

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

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