#9548EF

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

Shades of Blue Violet #9548EF

Tints of Blue Violet #9548EF

Color information

#9548EF (or 0x9548EF) is unknown color: approx Blue Violet. HEX triplet: 95, 48 and EF. RGB value is (149,72,239). Sum of RGB (Red+Green+Blue) = 149+72+239=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9548EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9548EF is #6AB710. Grayscale: #717171. Windows color (decimal): -6993681 or 15681685. OLE color: 15681685.

HSL color Cylindrical-coordinate representation of color #9548EF: hue angle of 267.66º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9548EF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14972239-
CMYK0.380.7000.06
HSL267.66º83.92%60.98%-
HSV(B)267.66º69.87%93.73%-
XYZ30.2917.2683.4-
YUV114.06198.51152.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=32.39%
G=15.65%
B=51.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149722390.380.7000.06267.6683.9260.98
Hex9548EF26460610c543d
Octal225110357461060641412475
Binary10010101100100011101111100110100011001101000011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9548EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9548EF; }

 p { color: rgb(149,72,239); }

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

<style>
 a { background-color: #9548EF; }

 a { background-color: rgb(149,72,239); }

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

<style>
 span { border-color: #9548EF; }

 span { border-color: rgb(149,72,239); }

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