Html Css Color HEX #941672 Dark Purple

📋 copy color: '#941672'

red 148 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #941672

Tints of Dark Purple #941672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

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

R = 52.11%
G = 7.75%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#941672 (or 0x941672) is known color: Dark Purple. HEX triplet: 94, 16 and 72. RGB value is (148,22,114). Sum of RGB (Red+Green+Blue) = 148+22+114=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #941672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941672 is #6BE98D. Grayscale: #454545. Windows color (decimal): -7072142 or 7476884. OLE color: 7476884.

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

Color convert

RGB 148 22 114 -
CMYK 0 0.85 0.23 0.42
HSL 316.19º 0.74% 0.33% -
HSV(B) 316.19º 0.85% 0.58% -
XYZ 15.54 8.08 16.66 -
YUV 70.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 148 22 114 0 0.85 0.23 0.42 316.19 0.74 0.33
Hex 94 16 72 0 55 17 2A 13C 4A 21
Octal 224 26 162 0 125 27 52 474 112 41
Binary 10010100 10110 1110010 0 1010101 10111 101010 100111100 1001010 100001

Color Harmonies of #941672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941672

Black with #941672

Text Example


Text Example

White with #941672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941672; }

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

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

background-color css

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

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

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

border-color css

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

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

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