#9945F6

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

Shades of Blue Violet #9945F6

Tints of Blue Violet #9945F6

Color information

#9945F6 (or 0x9945F6) is unknown color: approx Blue Violet. HEX triplet: 99, 45 and F6. RGB value is (153,69,246). Sum of RGB (Red+Green+Blue) = 153+69+246=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #9945F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9945F6 is #66BA09. Grayscale: #717171. Windows color (decimal): -6732298 or 16139673. OLE color: 16139673.

HSL color Cylindrical-coordinate representation of color #9945F6: hue angle of 268.47º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9945F6 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15369246-
CMYK0.380.7200.04
HSL268.47º90.77%61.76%-
HSV(B)268.47º71.95%96.47%-
XYZ31.917.6888.92-
YUV114.29202.33155.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 69 (27.34% from 255) = 14.74%
BLUE value IS 246 (96.48% from 255) = 52.56%
R=32.69%
G=14.74%
B=52.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal153692460.380.7200.04268.4790.7761.76
Hex9945F626480410c5b3e
Octal231105366461100441413376
Binary10011001100010111110110100110100100001001000011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9945F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9945F6; }

 p { color: rgb(153,69,246); }

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

<style>
 a { background-color: #9945F6; }

 a { background-color: rgb(153,69,246); }

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

<style>
 span { border-color: #9945F6; }

 span { border-color: rgb(153,69,246); }

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