Html Css Color HEX #941974 Dark Purple

📋 copy color: '#941974'

red 148 ◦ green 25 ◦ blue 116

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

Shades of Dark Purple #941974

Tints of Dark Purple #941974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 51.21%
G = 8.65%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#941974 (or 0x941974) is known color: Dark Purple. HEX triplet: 94, 19 and 74. RGB value is (148,25,116). Sum of RGB (Red+Green+Blue) = 148+25+116=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #941974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941974 is #6BE68B. Grayscale: #474747. Windows color (decimal): -7071372 or 7608724. OLE color: 7608724.

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

Color convert

RGB 148 25 116 -
CMYK 0 0.83 0.22 0.42
HSL 315.61º 0.71% 0.34% -
HSV(B) 315.61º 0.83% 0.58% -
XYZ 15.71 8.25 17.29 -
YUV 72.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 148 25 116 0 0.83 0.22 0.42 315.61 0.71 0.34
Hex 94 19 74 0 53 16 2A 13C 47 22
Octal 224 31 164 0 123 26 52 474 107 42
Binary 10010100 11001 1110100 0 1010011 10110 101010 100111100 1000111 100010

Color Harmonies of #941974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941974

Black with #941974

Text Example


Text Example

White with #941974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941974; }

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

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

background-color css

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

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

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

border-color css

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

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

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