#99458B

Color #99458B Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #99458B

Tints of Violet Blue #99458B

Color information

#99458B (or 0x99458B) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 8B. RGB value is (153,69,139). Sum of RGB (Red+Green+Blue) = 153+69+139=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99458B is #66BA74. Grayscale: #656565. Windows color (decimal): -6732405 or 9127321. OLE color: 9127321.

HSL color Cylindrical-coordinate representation of color #99458B: hue angle of 310º 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 #99458B is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB15369139-
CMYK00.550.090.4
HSL310º37.84%43.53%-
HSV(B)310º54.9%60%-
XYZ19.9312.8925.86-
YUV102.1148.83164.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=42.38%
G=19.11%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536913900.550.090.431037.8443.53
Hex99458B037928136262c
Octal23110521306711504664654
Binary1001100110001011000101101101111001101000100110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99458B; }

 p { color: rgb(153,69,139); }

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

<style>
 a { background-color: #99458B; }

 a { background-color: rgb(153,69,139); }

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

<style>
 span { border-color: #99458B; }

 span { border-color: rgb(153,69,139); }

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