#9448EF

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

Shades of Blue Violet #9448EF

Tints of Blue Violet #9448EF

Color information

#9448EF (or 0x9448EF) is unknown color: approx Blue Violet. HEX triplet: 94, 48 and EF. RGB value is (148,72,239). Sum of RGB (Red+Green+Blue) = 148+72+239=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #9448EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9448EF is #6BB710. Grayscale: #717171. Windows color (decimal): -7059217 or 15681684. OLE color: 15681684.

HSL color Cylindrical-coordinate representation of color #9448EF: hue angle of 267.31º 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 #9448EF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14872239-
CMYK0.380.7000.06
HSL267.31º83.92%60.98%-
HSV(B)267.31º69.87%93.73%-
XYZ30.1117.1683.39-
YUV113.76198.68152.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 72 (28.52% from 255) = 15.69%
BLUE value IS 239 (93.75% from 255) = 52.07%
R=32.24%
G=15.69%
B=52.07%

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
Decimal148722390.380.7000.06267.3183.9260.98
Hex9448EF26460610b543d
Octal224110357461060641312475
Binary10010100100100011101111100110100011001101000010111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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