Html Css Color HEX #931077 Dark Purple

📋 copy color: '#931077'

red 147 ◦ green 16 ◦ blue 119

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

Shades of Dark Purple #931077

Tints of Dark Purple #931077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 52.13%
G = 5.67%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#931077 (or 0x931077) is known color: Dark Purple. HEX triplet: 93, 10 and 77. RGB value is (147,16,119). Sum of RGB (Red+Green+Blue) = 147+16+119=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #931077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931077 is #6CEF88. Grayscale: #424242. Windows color (decimal): -7139209 or 7803027. OLE color: 7803027.

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

Color convert

RGB 147 16 119 -
CMYK 0 0.89 0.19 0.42
HSL 312.82º 0.8% 0.32% -
HSV(B) 312.82º 0.89% 0.58% -
XYZ 15.55 7.91 18.16 -
YUV 66.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 147 16 119 0 0.89 0.19 0.42 312.82 0.8 0.32
Hex 93 10 77 0 59 13 2A 139 50 20
Octal 223 20 167 0 131 23 52 471 120 40
Binary 10010011 10000 1110111 0 1011001 10011 101010 100111001 1010000 100000

Color Harmonies of #931077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931077

Black with #931077

Text Example


Text Example

White with #931077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931077; }

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

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

background-color css

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

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

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

border-color css

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

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

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