#9B457E

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

Shades of Royal Heath #9B457E

Tints of Royal Heath #9B457E

Color information

#9B457E (or 0x9B457E) is unknown color: approx Royal Heath. HEX triplet: 9B, 45 and 7E. RGB value is (155,69,126). Sum of RGB (Red+Green+Blue) = 155+69+126=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B457E is #64BA81. Grayscale: #656565. Windows color (decimal): -6601346 or 8275355. OLE color: 8275355.

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

Color convert

RGB15569126-
CMYK00.550.190.39
HSL320.23º38.39%43.92%-
HSV(B)320.23º55.48%60.78%-
XYZ19.4112.7321.17-
YUV101.21141.99166.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 126 (49.61% from 255) = 36%
R=44.29%
G=19.71%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556912600.550.190.39320.2338.3943.92
Hex9B457E0371327140262c
Octal23310517606723475004654
Binary1001101110001011111110011011110011100111101000000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,126); }

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

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

 a { background-color: rgb(155,69,126); }

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

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

 span { border-color: rgb(155,69,126); }

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