Html Css Color HEX #932976 Dark Purple

📋 copy color: '#932976'

red 147 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #932976

Tints of Dark Purple #932976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 48.04%
G = 13.4%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#932976 (or 0x932976) is known color: Dark Purple. HEX triplet: 93, 29 and 76. RGB value is (147,41,118). Sum of RGB (Red+Green+Blue) = 147+41+118=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #932976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932976 is #6CD689. Grayscale: #515151. Windows color (decimal): -7132810 or 7743891. OLE color: 7743891.

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

Color convert

RGB 147 41 118 -
CMYK 0 0.72 0.20 0.42
HSL 316.42º 0.56% 0.37% -
HSV(B) 316.42º 0.72% 0.58% -
XYZ 16.1 9.1 18.05 -
YUV 81.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 147 41 118 0 0.72 0.20 0.42 316.42 0.56 0.37
Hex 93 29 76 0 48 14 2A 13C 38 25
Octal 223 51 166 0 110 24 52 474 70 45
Binary 10010011 101001 1110110 0 1001000 10100 101010 100111100 111000 100101

Color Harmonies of #932976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932976

Black with #932976

Text Example


Text Example

White with #932976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932976; }

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

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

background-color css

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

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

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

border-color css

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

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

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