Html Css Color HEX #922076 Dark Purple

📋 copy color: '#922076'

red 146 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #922076

Tints of Dark Purple #922076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 49.32%
G = 10.81%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#922076 (or 0x922076) is known color: Dark Purple. HEX triplet: 92, 20 and 76. RGB value is (146,32,118). Sum of RGB (Red+Green+Blue) = 146+32+118=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #922076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922076 is #6DDF89. Grayscale: #4B4B4B. Windows color (decimal): -7200650 or 7741586. OLE color: 7741586.

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

Color convert

RGB 146 32 118 -
CMYK 0 0.78 0.19 0.43
HSL 314.74º 0.64% 0.35% -
HSV(B) 314.74º 0.78% 0.57% -
XYZ 15.64 8.45 17.95 -
YUV 75.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 146 32 118 0 0.78 0.19 0.43 314.74 0.64 0.35
Hex 92 20 76 0 4E 13 2B 13B 40 23
Octal 222 40 166 0 116 23 53 473 100 43
Binary 10010010 100000 1110110 0 1001110 10011 101011 100111011 1000000 100011

Color Harmonies of #922076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922076

Black with #922076

Text Example


Text Example

White with #922076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922076; }

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

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

background-color css

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

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

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

border-color css

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

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

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