Html Css Color HEX #923579 Dark Purple

📋 copy color: '#923579'

red 146 ◦ green 53 ◦ blue 121

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

Shades of Dark Purple #923579

Tints of Dark Purple #923579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 45.63%
G = 16.56%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#923579 (or 0x923579) is known color: Dark Purple. HEX triplet: 92, 35 and 79. RGB value is (146,53,121). Sum of RGB (Red+Green+Blue) = 146+53+121=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #923579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923579 is #6DCA86. Grayscale: #585858. Windows color (decimal): -7195271 or 7943570. OLE color: 7943570.

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

Color convert

RGB 146 53 121 -
CMYK 0 0.64 0.17 0.43
HSL 316.13º 0.47% 0.39% -
HSV(B) 316.13º 0.64% 0.57% -
XYZ 16.58 10.04 19.15 -
YUV 88.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 146 53 121 0 0.64 0.17 0.43 316.13 0.47 0.39
Hex 92 35 79 0 40 11 2B 13C 2F 27
Octal 222 65 171 0 100 21 53 474 57 47
Binary 10010010 110101 1111001 0 1000000 10001 101011 100111100 101111 100111

Color Harmonies of #923579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923579

Black with #923579

Text Example


Text Example

White with #923579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923579; }

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

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

background-color css

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

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

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

border-color css

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

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

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