Html Css Color HEX #921976 Dark Purple

📋 copy color: '#921976'

red 146 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #921976

Tints of Dark Purple #921976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 50.52%
G = 8.65%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#921976 (or 0x921976) is known color: Dark Purple. HEX triplet: 92, 19 and 76. RGB value is (146,25,118). Sum of RGB (Red+Green+Blue) = 146+25+118=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #921976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921976 is #6DE689. Grayscale: #474747. Windows color (decimal): -7202442 or 7739794. OLE color: 7739794.

HSL color Cylindrical-coordinate representation of color #921976: hue angle of 313.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921976 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 25 118 -
CMYK 0 0.83 0.19 0.43
HSL 313.88º 0.71% 0.34% -
HSV(B) 313.88º 0.83% 0.57% -
XYZ 15.47 8.11 17.89 -
YUV 71.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 146 25 118 0 0.83 0.19 0.43 313.88 0.71 0.34
Hex 92 19 76 0 53 13 2B 13A 47 22
Octal 222 31 166 0 123 23 53 472 107 42
Binary 10010010 11001 1110110 0 1010011 10011 101011 100111010 1000111 100010

Color Harmonies of #921976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921976

Black with #921976

Text Example


Text Example

White with #921976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921976; }

 p { color: rgb(146,25,118); }

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

background-color css

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

 a { background-color: rgb(146,25,118); }

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

border-color css

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

 span { border-color: rgb(146,25,118); }

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