Html Css Color HEX #933376 Dark Purple

📋 copy color: '#933376'

red 147 ◦ green 51 ◦ blue 118

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

Shades of Dark Purple #933376

Tints of Dark Purple #933376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 46.52%
G = 16.14%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#933376 (or 0x933376) is known color: Dark Purple. HEX triplet: 93, 33 and 76. RGB value is (147,51,118). Sum of RGB (Red+Green+Blue) = 147+51+118=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #933376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933376 is #6CCC89. Grayscale: #575757. Windows color (decimal): -7130250 or 7746451. OLE color: 7746451.

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

Color convert

RGB 147 51 118 -
CMYK 0 0.65 0.20 0.42
HSL 318.13º 0.48% 0.39% -
HSV(B) 318.13º 0.65% 0.58% -
XYZ 16.49 9.88 18.18 -
YUV 87.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 147 51 118 0 0.65 0.20 0.42 318.13 0.48 0.39
Hex 93 33 76 0 41 14 2A 13E 30 27
Octal 223 63 166 0 101 24 52 476 60 47
Binary 10010011 110011 1110110 0 1000001 10100 101010 100111110 110000 100111

Color Harmonies of #933376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933376

Black with #933376

Text Example


Text Example

White with #933376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933376; }

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

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

background-color css

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

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

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

border-color css

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

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

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