Html Css Color HEX #924379 Dark Purple

📋 copy color: '#924379'

red 146 ◦ green 67 ◦ blue 121

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

Shades of Dark Purple #924379

Tints of Dark Purple #924379

RGB

 RED value IS 146 (57.42% from 255) = 43.71%

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 43.71%
G = 20.06%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#924379 (or 0x924379) is known color: Dark Purple. HEX triplet: 92, 43 and 79. RGB value is (146,67,121). Sum of RGB (Red+Green+Blue) = 146+67+121=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #924379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924379 is #6DBC86. Grayscale: #606060. Windows color (decimal): -7191687 or 7947154. OLE color: 7947154.

HSL color Cylindrical-coordinate representation of color #924379: hue angle of 318.99º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #924379 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 67 121 -
CMYK 0 0.54 0.17 0.43
HSL 318.99º 0.37% 0.42% -
HSV(B) 318.99º 0.54% 0.57% -
XYZ 17.31 11.51 19.4 -
YUV 96.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 146 67 121 0 0.54 0.17 0.43 318.99 0.37 0.42
Hex 92 43 79 0 36 11 2B 13F 25 2A
Octal 222 103 171 0 66 21 53 477 45 52
Binary 10010010 1000011 1111001 0 110110 10001 101011 100111111 100101 101010

Color Harmonies of #924379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924379

Black with #924379

Text Example


Text Example

White with #924379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924379; }

 p { color: rgb(146,67,121); }

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

background-color css

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

 a { background-color: rgb(146,67,121); }

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

border-color css

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

 span { border-color: rgb(146,67,121); }

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