#9848A4

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

Shades of Violet Blue #9848A4

Tints of Violet Blue #9848A4

Color information

#9848A4 (or 0x9848A4) is unknown color: approx Violet Blue. HEX triplet: 98, 48 and A4. RGB value is (152,72,164). Sum of RGB (Red+Green+Blue) = 152+72+164=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #9848A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9848A4 is #67B75B. Grayscale: #6A6A6A. Windows color (decimal): -6797148 or 10766488. OLE color: 10766488.

HSL color Cylindrical-coordinate representation of color #9848A4: hue angle of 292.17º degrees, saturation: 0.39, 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 #9848A4 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15272164-
CMYK0.070.5600.36
HSL292.17º38.98%46.27%-
HSV(B)292.17º56.1%64.31%-
XYZ21.9713.9936.66-
YUV106.41160.5160.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=39.18%
G=18.56%
B=42.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152721640.070.5600.36292.1738.9846.27
Hex9848A4738024124272e
Octal2301102447700444444756
Binary100110001001000101001001111110000100100100100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9848A4; }

 p { color: rgb(152,72,164); }

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

<style>
 a { background-color: #9848A4; }

 a { background-color: rgb(152,72,164); }

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

<style>
 span { border-color: #9848A4; }

 span { border-color: rgb(152,72,164); }

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