Html Css Color HEX #942179 Dark Purple

📋 copy color: '#942179'

red 148 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #942179

Tints of Dark Purple #942179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 49.01%
G = 10.93%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#942179 (or 0x942179) is known color: Dark Purple. HEX triplet: 94, 21 and 79. RGB value is (148,33,121). Sum of RGB (Red+Green+Blue) = 148+33+121=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942179 is #6BDE86. Grayscale: #4D4D4D. Windows color (decimal): -7069319 or 7938452. OLE color: 7938452.

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

Color convert

RGB 148 33 121 -
CMYK 0 0.78 0.18 0.42
HSL 314.09º 0.64% 0.35% -
HSV(B) 314.09º 0.78% 0.58% -
XYZ 16.21 8.76 18.93 -
YUV 77.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 148 33 121 0 0.78 0.18 0.42 314.09 0.64 0.35
Hex 94 21 79 0 4E 12 2A 13A 40 23
Octal 224 41 171 0 116 22 52 472 100 43
Binary 10010100 100001 1111001 0 1001110 10010 101010 100111010 1000000 100011

Color Harmonies of #942179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942179

Black with #942179

Text Example


Text Example

White with #942179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942179; }

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

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

background-color css

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

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

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

border-color css

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

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

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