#9848F8

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

Shades of Blue Violet #9848F8

Tints of Blue Violet #9848F8

Color information

#9848F8 (or 0x9848F8) is unknown color: approx Blue Violet. HEX triplet: 98, 48 and F8. RGB value is (152,72,248). Sum of RGB (Red+Green+Blue) = 152+72+248=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #9848F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9848F8 is #67B707. Grayscale: #737373. Windows color (decimal): -6797064 or 16271512. OLE color: 16271512.

HSL color Cylindrical-coordinate representation of color #9848F8: hue angle of 267.27º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9848F8 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15272248-
CMYK0.390.7100.03
HSL267.27º92.63%62.75%-
HSV(B)267.27º70.97%97.25%-
XYZ32.2118.0990.6-
YUV115.98202.5153.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 248 (97.27% from 255) = 52.54%
R=32.20%
G=15.25%
B=52.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal152722480.390.7100.03267.2792.6362.75
Hex9848F827470310b5d3f
Octal230110370471070341313577
Binary1001100010010001111100010011110001110111000010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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