#99418A

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

Shades of Violet Blue #99418A

Tints of Violet Blue #99418A

Color information

#99418A (or 0x99418A) is unknown color: approx Violet Blue. HEX triplet: 99, 41 and 8A. RGB value is (153,65,138). Sum of RGB (Red+Green+Blue) = 153+65+138=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99418A is #66BE75. Grayscale: #636363. Windows color (decimal): -6733430 or 9060761. OLE color: 9060761.

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

Color convert

RGB15365138-
CMYK00.580.100.4
HSL310.23º40.37%42.75%-
HSV(B)310.23º57.52%60%-
XYZ19.6112.3925.4-
YUV99.63149.65166.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=42.98%
G=18.26%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536513800.580.100.4310.2340.3742.75
Hex99418A03AA28136282b
Octal23110121207212504665053
Binary1001100110000011000101001110101010101000100110110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99418A; }

 p { color: rgb(153,65,138); }

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

<style>
 a { background-color: #99418A; }

 a { background-color: rgb(153,65,138); }

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

<style>
 span { border-color: #99418A; }

 span { border-color: rgb(153,65,138); }

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