#9948A2

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

Shades of Violet Blue #9948A2

Tints of Violet Blue #9948A2

Color information

#9948A2 (or 0x9948A2) is unknown color: approx Violet Blue. HEX triplet: 99, 48 and A2. RGB value is (153,72,162). Sum of RGB (Red+Green+Blue) = 153+72+162=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #9948A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9948A2 is #66B75D. Grayscale: #6A6A6A. Windows color (decimal): -6731614 or 10635417. OLE color: 10635417.

HSL color Cylindrical-coordinate representation of color #9948A2: hue angle of 294º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9948A2 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15372162-
CMYK0.060.5600.36
HSL294º38.46%45.88%-
HSV(B)294º55.56%63.53%-
XYZ21.9814.0235.73-
YUV106.48159.34161.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=39.53%
G=18.60%
B=41.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153721620.060.5600.3629438.4645.88
Hex9948A2638024126262e
Octal2311102426700444464656
Binary100110011001000101000101101110000100100100100110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9948A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9948A2; }

 p { color: rgb(153,72,162); }

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

<style>
 a { background-color: #9948A2; }

 a { background-color: rgb(153,72,162); }

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

<style>
 span { border-color: #9948A2; }

 span { border-color: rgb(153,72,162); }

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