#9A307B

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

Shades of Dark Purple #9A307B

Tints of Dark Purple #9A307B

Color information

#9A307B (or 0x9A307B) is unknown color: approx Dark Purple. HEX triplet: 9A, 30 and 7B. RGB value is (154,48,123). Sum of RGB (Red+Green+Blue) = 154+48+123=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A307B is #65CF84. Grayscale: #585858. Windows color (decimal): -6672261 or 8073370. OLE color: 8073370.

HSL color Cylindrical-coordinate representation of color #9A307B: hue angle of 317.55º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A307B is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15448123-
CMYK00.690.200.40
HSL317.55º52.48%39.61%-
HSV(B)317.55º68.83%60.39%-
XYZ17.9610.4119.8-
YUV88.24147.62174.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=47.38%
G=14.77%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544812300.690.200.40317.5552.4839.61
Hex9A307B045142813e3428
Octal23260173010524504766450
Binary1001101011000011110110100010110100101000100111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A307B; }

 p { color: rgb(154,48,123); }

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

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

 a { background-color: rgb(154,48,123); }

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

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

 span { border-color: rgb(154,48,123); }

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