Html Css Color HEX #921479 Dark Purple

📋 copy color: '#921479'

red 146 ◦ green 20 ◦ blue 121

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

Shades of Dark Purple #921479

Tints of Dark Purple #921479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

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

R = 50.87%
G = 6.97%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#921479 (or 0x921479) is known color: Dark Purple. HEX triplet: 92, 14 and 79. RGB value is (146,20,121). Sum of RGB (Red+Green+Blue) = 146+20+121=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #921479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921479 is #6DEB86. Grayscale: #444444. Windows color (decimal): -7203719 or 7935122. OLE color: 7935122.

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

Color convert

RGB 146 20 121 -
CMYK 0 0.86 0.17 0.43
HSL 311.9º 0.76% 0.33% -
HSV(B) 311.9º 0.86% 0.57% -
XYZ 15.56 7.99 18.81 -
YUV 69.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 146 20 121 0 0.86 0.17 0.43 311.9 0.76 0.33
Hex 92 14 79 0 56 11 2B 138 4C 21
Octal 222 24 171 0 126 21 53 470 114 41
Binary 10010010 10100 1111001 0 1010110 10001 101011 100111000 1001100 100001

Color Harmonies of #921479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921479

Black with #921479

Text Example


Text Example

White with #921479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921479; }

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

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

background-color css

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

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

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

border-color css

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

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

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