Html Css Color HEX #943172 Dark Purple

📋 copy color: '#943172'

red 148 ◦ green 49 ◦ blue 114

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

Shades of Dark Purple #943172

Tints of Dark Purple #943172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 47.59%
G = 15.76%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#943172 (or 0x943172) is known color: Dark Purple. HEX triplet: 94, 31 and 72. RGB value is (148,49,114). Sum of RGB (Red+Green+Blue) = 148+49+114=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #943172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943172 is #6BCE8D. Grayscale: #555555. Windows color (decimal): -7065230 or 7483796. OLE color: 7483796.

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

Color convert

RGB 148 49 114 -
CMYK 0 0.67 0.23 0.42
HSL 320.61º 0.5% 0.39% -
HSV(B) 320.61º 0.67% 0.58% -
XYZ 16.35 9.71 16.93 -
YUV 86.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 148 49 114 0 0.67 0.23 0.42 320.61 0.5 0.39
Hex 94 31 72 0 43 17 2A 141 32 27
Octal 224 61 162 0 103 27 52 501 62 47
Binary 10010100 110001 1110010 0 1000011 10111 101010 101000001 110010 100111

Color Harmonies of #943172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943172

Black with #943172

Text Example


Text Example

White with #943172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943172; }

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

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

background-color css

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

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

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

border-color css

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

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

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