#922D75

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

Shades of Dark Purple #922D75

Tints of Dark Purple #922D75

Color information

#922D75 (or 0x922D75) is unknown color: approx Dark Purple. HEX triplet: 92, 2D and 75. RGB value is (146,45,117). Sum of RGB (Red+Green+Blue) = 146+45+117=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922D75 is #6DD28A. Grayscale: #535353. Windows color (decimal): -7197323 or 7679378. OLE color: 7679378.

HSL color Cylindrical-coordinate representation of color #922D75: hue angle of 317.23º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #922D75 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB14645117-
CMYK00.690.200.43
HSL317.23º52.88%37.45%-
HSV(B)317.23º69.18%57.25%-
XYZ169.2717.78-
YUV83.41146.96172.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=47.40%
G=14.61%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464511700.690.200.43317.2352.8837.45
Hex922D75045142B13d3525
Octal22255165010524534756545
Binary1001001010110111101010100010110100101011100111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922D75; }

 p { color: rgb(146,45,117); }

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

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

 a { background-color: rgb(146,45,117); }

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

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

 span { border-color: rgb(146,45,117); }

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