Html Css Color HEX #931076 Dark Purple

📋 copy color: '#931076'

red 147 ◦ green 16 ◦ blue 118

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

Shades of Dark Purple #931076

Tints of Dark Purple #931076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 52.31%
G = 5.69%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#931076 (or 0x931076) is known color: Dark Purple. HEX triplet: 93, 10 and 76. RGB value is (147,16,118). Sum of RGB (Red+Green+Blue) = 147+16+118=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #931076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931076 is #6CEF89. Grayscale: #424242. Windows color (decimal): -7139210 or 7737491. OLE color: 7737491.

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

Color convert

RGB 147 16 118 -
CMYK 0 0.89 0.20 0.42
HSL 313.28º 0.8% 0.32% -
HSV(B) 313.28º 0.89% 0.58% -
XYZ 15.49 7.88 17.84 -
YUV 66.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 147 16 118 0 0.89 0.20 0.42 313.28 0.8 0.32
Hex 93 10 76 0 59 14 2A 139 50 20
Octal 223 20 166 0 131 24 52 471 120 40
Binary 10010011 10000 1110110 0 1011001 10100 101010 100111001 1010000 100000

Color Harmonies of #931076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931076

Black with #931076

Text Example


Text Example

White with #931076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931076; }

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

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

background-color css

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

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

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

border-color css

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

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

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