Html Css Color HEX #941C77 Dark Purple

📋 copy color: '#941C77'

red 148 ◦ green 28 ◦ blue 119

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

Shades of Dark Purple #941C77

Tints of Dark Purple #941C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 50.17%
G = 9.49%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#941C77 (or 0x941C77) is known color: Dark Purple. HEX triplet: 94, 1C and 77. RGB value is (148,28,119). Sum of RGB (Red+Green+Blue) = 148+28+119=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #941C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C77 is #6BE388. Grayscale: #4A4A4A. Windows color (decimal): -7070601 or 7806100. OLE color: 7806100.

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

Color convert

RGB 148 28 119 -
CMYK 0 0.81 0.20 0.42
HSL 314.5º 0.68% 0.35% -
HSV(B) 314.5º 0.81% 0.58% -
XYZ 15.96 8.46 18.24 -
YUV 74.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 148 28 119 0 0.81 0.20 0.42 314.5 0.68 0.35
Hex 94 1C 77 0 51 14 2A 13A 44 23
Octal 224 34 167 0 121 24 52 472 104 43
Binary 10010100 11100 1110111 0 1010001 10100 101010 100111010 1000100 100011

Color Harmonies of #941C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941C77

Black with #941C77

Text Example


Text Example

White with #941C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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