Html Css Color HEX #941172 Dark Purple

📋 copy color: '#941172'

red 148 ◦ green 17 ◦ blue 114

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

Shades of Dark Purple #941172

Tints of Dark Purple #941172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 53.05%
G = 6.09%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#941172 (or 0x941172) is known color: Dark Purple. HEX triplet: 94, 11 and 72. RGB value is (148,17,114). Sum of RGB (Red+Green+Blue) = 148+17+114=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #941172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941172 is #6BEE8D. Grayscale: #424242. Windows color (decimal): -7073422 or 7475604. OLE color: 7475604.

HSL color Cylindrical-coordinate representation of color #941172: hue angle of 315.57º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941172 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 114 -
CMYK 0 0.89 0.23 0.42
HSL 315.57º 0.79% 0.32% -
HSV(B) 315.57º 0.89% 0.58% -
XYZ 15.45 7.91 16.63 -
YUV 67.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 148 17 114 0 0.89 0.23 0.42 315.57 0.79 0.32
Hex 94 11 72 0 59 17 2A 13C 4F 20
Octal 224 21 162 0 131 27 52 474 117 40
Binary 10010100 10001 1110010 0 1011001 10111 101010 100111100 1001111 100000

Color Harmonies of #941172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941172

Black with #941172

Text Example


Text Example

White with #941172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941172; }

 p { color: rgb(148,17,114); }

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

background-color css

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

 a { background-color: rgb(148,17,114); }

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

border-color css

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

 span { border-color: rgb(148,17,114); }

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