#99468B

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

Shades of Violet Blue #99468B

Tints of Violet Blue #99468B

Color information

#99468B (or 0x99468B) is unknown color: approx Violet Blue. HEX triplet: 99, 46 and 8B. RGB value is (153,70,139). Sum of RGB (Red+Green+Blue) = 153+70+139=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99468B is #66B974. Grayscale: #666666. Windows color (decimal): -6732149 or 9127577. OLE color: 9127577.

HSL color Cylindrical-coordinate representation of color #99468B: hue angle of 310.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99468B is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB15370139-
CMYK00.540.090.4
HSL310.12º37.22%43.73%-
HSV(B)310.12º54.25%60%-
XYZ19.9913.0225.89-
YUV102.68148.5163.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=42.27%
G=19.34%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537013900.540.090.4310.1237.2243.73
Hex99468B036928136252c
Octal23110621306611504664554
Binary1001100110001101000101101101101001101000100110110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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