Html Css Color HEX #942079 Dark Purple

📋 copy color: '#942079'

red 148 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #942079

Tints of Dark Purple #942079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 49.17%
G = 10.63%
B = 40.2%

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

#942079 (or 0x942079) is known color: Dark Purple. HEX triplet: 94, 20 and 79. RGB value is (148,32,121). Sum of RGB (Red+Green+Blue) = 148+32+121=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942079 is #6BDF86. Grayscale: #4C4C4C. Windows color (decimal): -7069575 or 7938196. OLE color: 7938196.

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

Color convert

RGB 148 32 121 -
CMYK 0 0.78 0.18 0.42
HSL 313.97º 0.64% 0.35% -
HSV(B) 313.97º 0.78% 0.58% -
XYZ 16.18 8.71 18.92 -
YUV 76.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 148 32 121 0 0.78 0.18 0.42 313.97 0.64 0.35
Hex 94 20 79 0 4E 12 2A 13A 40 23
Octal 224 40 171 0 116 22 52 472 100 43
Binary 10010100 100000 1111001 0 1001110 10010 101010 100111010 1000000 100011

Color Harmonies of #942079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942079

Black with #942079

Text Example


Text Example

White with #942079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942079; }

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

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

background-color css

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

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

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

border-color css

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

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

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