Html Css Color HEX #921079 Dark Purple

📋 copy color: '#921079'

red 146 ◦ green 16 ◦ blue 121

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

Shades of Dark Purple #921079

Tints of Dark Purple #921079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 51.59%
G = 5.65%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#921079 (or 0x921079) is known color: Dark Purple. HEX triplet: 92, 10 and 79. RGB value is (146,16,121). Sum of RGB (Red+Green+Blue) = 146+16+121=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #921079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921079 is #6DEF86. Grayscale: #424242. Windows color (decimal): -7204743 or 7934098. OLE color: 7934098.

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

Color convert

RGB 146 16 121 -
CMYK 0 0.89 0.17 0.43
HSL 311.54º 0.8% 0.32% -
HSV(B) 311.54º 0.89% 0.57% -
XYZ 15.49 7.86 18.79 -
YUV 66.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 146 16 121 0 0.89 0.17 0.43 311.54 0.8 0.32
Hex 92 10 79 0 59 11 2B 138 50 20
Octal 222 20 171 0 131 21 53 470 120 40
Binary 10010010 10000 1111001 0 1011001 10001 101011 100111000 1010000 100000

Color Harmonies of #921079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921079

Black with #921079

Text Example


Text Example

White with #921079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921079; }

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

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

background-color css

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

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

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

border-color css

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

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

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