Html Css Color HEX #942172 Dark Purple

📋 copy color: '#942172'

red 148 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #942172

Tints of Dark Purple #942172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 50.17%
G = 11.19%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#942172 (or 0x942172) is known color: Dark Purple. HEX triplet: 94, 21 and 72. RGB value is (148,33,114). Sum of RGB (Red+Green+Blue) = 148+33+114=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #942172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942172 is #6BDE8D. Grayscale: #4C4C4C. Windows color (decimal): -7069326 or 7479700. OLE color: 7479700.

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

Color convert

RGB 148 33 114 -
CMYK 0 0.78 0.23 0.42
HSL 317.74º 0.64% 0.35% -
HSV(B) 317.74º 0.78% 0.58% -
XYZ 15.79 8.6 16.75 -
YUV 76.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 148 33 114 0 0.78 0.23 0.42 317.74 0.64 0.35
Hex 94 21 72 0 4E 17 2A 13E 40 23
Octal 224 41 162 0 116 27 52 476 100 43
Binary 10010100 100001 1110010 0 1001110 10111 101010 100111110 1000000 100011

Color Harmonies of #942172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942172

Black with #942172

Text Example


Text Example

White with #942172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942172; }

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

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

background-color css

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

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

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

border-color css

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

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

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