#92306C

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

Shades of Dark Purple #92306C

Tints of Dark Purple #92306C

Color information

#92306C (or 0x92306C) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 6C. RGB value is (146,48,108). Sum of RGB (Red+Green+Blue) = 146+48+108=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92306C is #6DCF93. Grayscale: #545454. Windows color (decimal): -7196564 or 7090322. OLE color: 7090322.

HSL color Cylindrical-coordinate representation of color #92306C: hue angle of 323.27º 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 #92306C is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14648108-
CMYK00.670.260.43
HSL323.27º50.52%38.04%-
HSV(B)323.27º67.12%57.25%-
XYZ15.629.3115.16-
YUV84.14141.47172.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=48.34%
G=15.89%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464810800.670.260.43323.2750.5238.04
Hex92306C0431A2B1433326
Octal22260154010332535036346
Binary1001001011000011011000100001111010101011101000011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92306C; }

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

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

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

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

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

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

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

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