Html Css Color HEX #932276 Dark Purple

📋 copy color: '#932276'

red 147 ◦ green 34 ◦ blue 118

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

Shades of Dark Purple #932276

Tints of Dark Purple #932276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

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

R = 49.16%
G = 11.37%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#932276 (or 0x932276) is known color: Dark Purple. HEX triplet: 93, 22 and 76. RGB value is (147,34,118). Sum of RGB (Red+Green+Blue) = 147+34+118=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #932276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932276 is #6CDD89. Grayscale: #4D4D4D. Windows color (decimal): -7134602 or 7742099. OLE color: 7742099.

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

Color convert

RGB 147 34 118 -
CMYK 0 0.77 0.20 0.42
HSL 315.4º 0.62% 0.35% -
HSV(B) 315.4º 0.77% 0.58% -
XYZ 15.87 8.66 17.97 -
YUV 77.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 147 34 118 0 0.77 0.20 0.42 315.4 0.62 0.35
Hex 93 22 76 0 4D 14 2A 13B 3E 23
Octal 223 42 166 0 115 24 52 473 76 43
Binary 10010011 100010 1110110 0 1001101 10100 101010 100111011 111110 100011

Color Harmonies of #932276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932276

Black with #932276

Text Example


Text Example

White with #932276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932276; }

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

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

background-color css

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

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

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

border-color css

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

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

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