Html Css Color HEX #941977 Dark Purple

📋 copy color: '#941977'

red 148 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #941977

Tints of Dark Purple #941977

RGB

 RED value IS 148 (58.2% from 255) = 50.68%

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 50.68%
G = 8.56%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#941977 (or 0x941977) is known color: Dark Purple. HEX triplet: 94, 19 and 77. RGB value is (148,25,119). Sum of RGB (Red+Green+Blue) = 148+25+119=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #941977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941977 is #6BE688. Grayscale: #484848. Windows color (decimal): -7071369 or 7805332. OLE color: 7805332.

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

Color convert

RGB 148 25 119 -
CMYK 0 0.83 0.20 0.42
HSL 314.15º 0.71% 0.34% -
HSV(B) 314.15º 0.83% 0.58% -
XYZ 15.89 8.32 18.22 -
YUV 72.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 148 25 119 0 0.83 0.20 0.42 314.15 0.71 0.34
Hex 94 19 77 0 53 14 2A 13A 47 22
Octal 224 31 167 0 123 24 52 472 107 42
Binary 10010100 11001 1110111 0 1010011 10100 101010 100111010 1000111 100010

Color Harmonies of #941977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941977

Black with #941977

Text Example


Text Example

White with #941977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941977; }

 p { color: rgb(148,25,119); }

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

background-color css

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

 a { background-color: rgb(148,25,119); }

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

border-color css

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

 span { border-color: rgb(148,25,119); }

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