Html Css Color HEX #933276 Dark Purple

📋 copy color: '#933276'

red 147 ◦ green 50 ◦ blue 118

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

Shades of Dark Purple #933276

Tints of Dark Purple #933276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 46.67%
G = 15.87%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#933276 (or 0x933276) is known color: Dark Purple. HEX triplet: 93, 32 and 76. RGB value is (147,50,118). Sum of RGB (Red+Green+Blue) = 147+50+118=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #933276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933276 is #6CCD89. Grayscale: #565656. Windows color (decimal): -7130506 or 7746195. OLE color: 7746195.

HSL color Cylindrical-coordinate representation of color #933276: hue angle of 317.94º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933276 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 50 118 -
CMYK 0 0.66 0.20 0.42
HSL 317.94º 0.49% 0.39% -
HSV(B) 317.94º 0.66% 0.58% -
XYZ 16.44 9.79 18.16 -
YUV 86.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 147 50 118 0 0.66 0.20 0.42 317.94 0.49 0.39
Hex 93 32 76 0 42 14 2A 13E 31 27
Octal 223 62 166 0 102 24 52 476 61 47
Binary 10010011 110010 1110110 0 1000010 10100 101010 100111110 110001 100111

Color Harmonies of #933276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933276

Black with #933276

Text Example


Text Example

White with #933276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933276; }

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

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

background-color css

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

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

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

border-color css

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

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

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