#9501F3

Color #9501F3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9501F3

Tints of Dark Violet #9501F3

Color information

#9501F3 (or 0x9501F3) is unknown color: approx Dark Violet. HEX triplet: 95, 01 and F3. RGB value is (149,1,243). Sum of RGB (Red+Green+Blue) = 149+1+243=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #9501F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9501F3 is #6AFE0C. Grayscale: #484848. Windows color (decimal): -7011853 or 15925653. OLE color: 15925653.

HSL color Cylindrical-coordinate representation of color #9501F3: hue angle of 276.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501F3 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1491243-
CMYK0.391.0000.05
HSL276.69º99.18%47.84%-
HSV(B)276.69º99.59%95.29%-
XYZ28.5812.8885.77-
YUV72.84224.03182.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 243 (95.31% from 255) = 61.83%
R=37.91%
G=0.25%
B=61.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14912430.391.0000.05276.6999.1847.84
Hex951F32764051156330
Octal2251363471440542514360
Binary10010101111110011100111110010001011000101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9501F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9501F3; }

 p { color: rgb(149,1,243); }

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

<style>
 a { background-color: #9501F3; }

 a { background-color: rgb(149,1,243); }

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

<style>
 span { border-color: #9501F3; }

 span { border-color: rgb(149,1,243); }

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