Html Css Color HEX #933379 Dark Purple

📋 copy color: '#933379'

red 147 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #933379

Tints of Dark Purple #933379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 46.08%
G = 15.99%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#933379 (or 0x933379) is known color: Dark Purple. HEX triplet: 93, 33 and 79. RGB value is (147,51,121). Sum of RGB (Red+Green+Blue) = 147+51+121=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #933379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933379 is #6CCC86. Grayscale: #575757. Windows color (decimal): -7130247 or 7943059. OLE color: 7943059.

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

Color convert

RGB 147 51 121 -
CMYK 0 0.65 0.18 0.42
HSL 316.25º 0.48% 0.39% -
HSV(B) 316.25º 0.65% 0.58% -
XYZ 16.67 9.95 19.13 -
YUV 87.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 147 51 121 0 0.65 0.18 0.42 316.25 0.48 0.39
Hex 93 33 79 0 41 12 2A 13C 30 27
Octal 223 63 171 0 101 22 52 474 60 47
Binary 10010011 110011 1111001 0 1000001 10010 101010 100111100 110000 100111

Color Harmonies of #933379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933379

Black with #933379

Text Example


Text Example

White with #933379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933379; }

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

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

background-color css

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

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

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

border-color css

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

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

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