Html Css Color HEX #921276 Dark Purple

📋 copy color: '#921276'

red 146 ◦ green 18 ◦ blue 118

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

Shades of Dark Purple #921276

Tints of Dark Purple #921276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 51.77%
G = 6.38%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#921276 (or 0x921276) is known color: Dark Purple. HEX triplet: 92, 12 and 76. RGB value is (146,18,118). Sum of RGB (Red+Green+Blue) = 146+18+118=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #921276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921276 is #6DED89. Grayscale: #434343. Windows color (decimal): -7204234 or 7738002. OLE color: 7738002.

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

Color convert

RGB 146 18 118 -
CMYK 0 0.88 0.19 0.43
HSL 313.13º 0.78% 0.32% -
HSV(B) 313.13º 0.88% 0.57% -
XYZ 15.34 7.85 17.85 -
YUV 67.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 146 18 118 0 0.88 0.19 0.43 313.13 0.78 0.32
Hex 92 12 76 0 58 13 2B 139 4E 20
Octal 222 22 166 0 130 23 53 471 116 40
Binary 10010010 10010 1110110 0 1011000 10011 101011 100111001 1001110 100000

Color Harmonies of #921276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921276

Black with #921276

Text Example


Text Example

White with #921276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921276; }

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

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

background-color css

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

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

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

border-color css

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

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

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