#99427b

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

Shades of Royal Heath #99427B

Tints of Royal Heath #99427B

Color information

#99427B (or 0x99427B) is unknown color: approx Royal Heath. HEX triplet: 99, 42 and 7B. RGB value is (153,66,123). Sum of RGB (Red+Green+Blue) = 153+66+123=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427B is #66BD84. Grayscale: #626262. Windows color (decimal): -6733189 or 8077977. OLE color: 8077977.

HSL color Cylindrical-coordinate representation of color #99427B: hue angle of 320.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99427B is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15366123-
CMYK00.570.200.4
HSL320.69º39.73%42.94%-
HSV(B)320.69º56.86%60%-
XYZ18.6612.120.09-
YUV98.51141.82166.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=44.74%
G=19.30%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536612300.570.200.4320.6939.7342.94
Hex99427B0391428141282b
Octal23110217307124505015053
Binary1001100110000101111011011100110100101000101000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99427b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99427b; }

 p { color: rgb(153,66,123); }

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

<style>
 a { background-color: #99427b; }

 a { background-color: rgb(153,66,123); }

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

<style>
 span { border-color: #99427b; }

 span { border-color: rgb(153,66,123); }

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