#923075

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

Shades of Dark Purple #923075

Tints of Dark Purple #923075

Color information

#923075 (or 0x923075) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 75. RGB value is (146,48,117). Sum of RGB (Red+Green+Blue) = 146+48+117=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #923075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923075 is #6DCF8A. Grayscale: #545454. Windows color (decimal): -7196555 or 7680146. OLE color: 7680146.

HSL color Cylindrical-coordinate representation of color #923075: hue angle of 317.76º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923075 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB14648117-
CMYK00.670.200.43
HSL317.76º50.52%38.04%-
HSV(B)317.76º67.12%57.25%-
XYZ16.129.5117.82-
YUV85.17145.97171.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=46.95%
G=15.43%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464811700.670.200.43317.7650.5238.04
Hex923075043142B13e3326
Octal22260165010324534766346
Binary1001001011000011101010100001110100101011100111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923075; }

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

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

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

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

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

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

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

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