Html Css Color HEX #942579 Dark Purple

📋 copy color: '#942579'

red 148 ◦ green 37 ◦ blue 121

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

Shades of Dark Purple #942579

Tints of Dark Purple #942579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 48.37%
G = 12.09%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#942579 (or 0x942579) is known color: Dark Purple. HEX triplet: 94, 25 and 79. RGB value is (148,37,121). Sum of RGB (Red+Green+Blue) = 148+37+121=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #942579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942579 is #6BDA86. Grayscale: #4F4F4F. Windows color (decimal): -7068295 or 7939476. OLE color: 7939476.

HSL color Cylindrical-coordinate representation of color #942579: hue angle of 314.59º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942579 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 37 121 -
CMYK 0 0.75 0.18 0.42
HSL 314.59º 0.6% 0.36% -
HSV(B) 314.59º 0.75% 0.58% -
XYZ 16.33 9 18.97 -
YUV 79.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 148 37 121 0 0.75 0.18 0.42 314.59 0.6 0.36
Hex 94 25 79 0 4B 12 2A 13B 3C 24
Octal 224 45 171 0 113 22 52 473 74 44
Binary 10010100 100101 1111001 0 1001011 10010 101010 100111011 111100 100100

Color Harmonies of #942579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942579

Black with #942579

Text Example


Text Example

White with #942579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942579; }

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

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

background-color css

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

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

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

border-color css

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

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

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