#92307F

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

Shades of Dark Purple #92307F

Tints of Dark Purple #92307F

Color information

#92307F (or 0x92307F) is unknown color: approx Dark Purple. HEX triplet: 92, 30 and 7F. RGB value is (146,48,127). Sum of RGB (Red+Green+Blue) = 146+48+127=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #92307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92307F is #6DCF80. Grayscale: #565656. Windows color (decimal): -7196545 or 8335506. OLE color: 8335506.

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

Color convert

RGB14648127-
CMYK00.670.130.43
HSL311.63º50.52%38.04%-
HSV(B)311.63º67.12%57.25%-
XYZ16.749.7621.08-
YUV86.31150.97170.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 127 (50% from 255) = 39.56%
R=45.48%
G=14.95%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464812700.670.130.43311.6350.5238.04
Hex92307F043D2B1383326
Octal22260177010315534706346
Binary100100101100001111111010000111101101011100111000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92307F; }

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

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

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

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

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

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

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

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