#922689

Color #922689 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #922689

Tints of Dark Purple #922689

Color information

#922689 (or 0x922689) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 89. RGB value is (146,38,137). Sum of RGB (Red+Green+Blue) = 146+38+137=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #922689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922689 is #6DD976. Grayscale: #515151. Windows color (decimal): -7199095 or 8988306. OLE color: 8988306.

HSL color Cylindrical-coordinate representation of color #922689: hue angle of 305º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922689 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14638137-
CMYK00.740.060.43
HSL305º58.7%36.08%-
HSV(B)305º73.97%57.25%-
XYZ17.069.324.56-
YUV81.58159.28173.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=45.48%
G=11.84%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463813700.740.060.4330558.736.08
Hex92268904A62B1313b24
Octal2224621101126534617344
Binary100100101001101000100101001010110101011100110001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922689; }

 p { color: rgb(146,38,137); }

 H1.HeaderClassName
 {
   color: #922689;
 }
 .AnyTagClassName
 {
   color: #922689;
 }
</style>
background-color css

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

 a { background-color: rgb(146,38,137); }

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

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

 span { border-color: rgb(146,38,137); }

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