#9A457B

Color #9A457B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9A457B

Tints of Royal Heath #9A457B

Color information

#9A457B (or 0x9A457B) is unknown color: approx Royal Heath. HEX triplet: 9A, 45 and 7B. RGB value is (154,69,123). Sum of RGB (Red+Green+Blue) = 154+69+123=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A457B is #65BA84. Grayscale: #646464. Windows color (decimal): -6666885 or 8078746. OLE color: 8078746.

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

Color convert

RGB15469123-
CMYK00.550.200.40
HSL321.88º38.12%43.73%-
HSV(B)321.88º55.19%60.39%-
XYZ19.0312.5620.16-
YUV100.57140.66166.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=44.51%
G=19.94%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546912300.550.200.40321.8838.1243.73
Hex9A457B0371428142262c
Octal23210517306724505024654
Binary1001101010001011111011011011110100101000101000010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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