Html Css Color HEX #932077 Dark Purple

📋 copy color: '#932077'

red 147 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #932077

Tints of Dark Purple #932077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 49.33%
G = 10.74%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#932077 (or 0x932077) is known color: Dark Purple. HEX triplet: 93, 20 and 77. RGB value is (147,32,119). Sum of RGB (Red+Green+Blue) = 147+32+119=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #932077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932077 is #6CDF88. Grayscale: #4C4C4C. Windows color (decimal): -7135113 or 7807123. OLE color: 7807123.

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

Color convert

RGB 147 32 119 -
CMYK 0 0.78 0.19 0.42
HSL 314.61º 0.64% 0.35% -
HSV(B) 314.61º 0.78% 0.58% -
XYZ 15.88 8.57 18.27 -
YUV 76.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 147 32 119 0 0.78 0.19 0.42 314.61 0.64 0.35
Hex 93 20 77 0 4E 13 2A 13B 40 23
Octal 223 40 167 0 116 23 52 473 100 43
Binary 10010011 100000 1110111 0 1001110 10011 101010 100111011 1000000 100011

Color Harmonies of #932077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932077

Black with #932077

Text Example


Text Example

White with #932077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932077; }

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

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

background-color css

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

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

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

border-color css

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

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

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