Html Css Color HEX #941D77 Dark Purple

📋 copy color: '#941D77'

red 148 ◦ green 29 ◦ blue 119

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

Shades of Dark Purple #941D77

Tints of Dark Purple #941D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

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

R = 50%
G = 9.8%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#941D77 (or 0x941D77) is known color: Dark Purple. HEX triplet: 94, 1D and 77. RGB value is (148,29,119). Sum of RGB (Red+Green+Blue) = 148+29+119=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #941D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D77 is #6BE288. Grayscale: #4A4A4A. Windows color (decimal): -7070345 or 7806356. OLE color: 7806356.

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

Color convert

RGB 148 29 119 -
CMYK 0 0.80 0.20 0.42
HSL 314.62º 0.67% 0.35% -
HSV(B) 314.62º 0.8% 0.58% -
XYZ 15.98 8.51 18.25 -
YUV 74.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 148 29 119 0 0.80 0.20 0.42 314.62 0.67 0.35
Hex 94 1D 77 0 50 14 2A 13B 43 23
Octal 224 35 167 0 120 24 52 473 103 43
Binary 10010100 11101 1110111 0 1010000 10100 101010 100111011 1000011 100011

Color Harmonies of #941D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941D77

Black with #941D77

Text Example


Text Example

White with #941D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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