#99438C

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

Shades of Violet Blue #99438C

Tints of Violet Blue #99438C

Color information

#99438C (or 0x99438C) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 8C. RGB value is (153,67,140). Sum of RGB (Red+Green+Blue) = 153+67+140=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99438C is #66BC73. Grayscale: #646464. Windows color (decimal): -6732916 or 9192345. OLE color: 9192345.

HSL color Cylindrical-coordinate representation of color #99438C: hue angle of 309.07º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99438C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15367140-
CMYK00.560.080.4
HSL309.07º39.09%43.14%-
HSV(B)309.07º56.21%60%-
XYZ19.8812.6826.21-
YUV101.04149.99165.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=42.5%
G=18.61%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536714000.560.080.4309.0739.0943.14
Hex99438C038828135272b
Octal23110321407010504654753
Binary1001100110000111000110001110001000101000100110101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99438C; }

 p { color: rgb(153,67,140); }

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

<style>
 a { background-color: #99438C; }

 a { background-color: rgb(153,67,140); }

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

<style>
 span { border-color: #99438C; }

 span { border-color: rgb(153,67,140); }

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