#950DF7

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

Shades of Blue Violet #950DF7

Tints of Blue Violet #950DF7

Color information

#950DF7 (or 0x950DF7) is unknown color: approx Blue Violet. HEX triplet: 95, 0D and F7. RGB value is (149,13,247). Sum of RGB (Red+Green+Blue) = 149+13+247=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #950DF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950DF7 is #6AF208. Grayscale: #4F4F4F. Windows color (decimal): -7008777 or 16190869. OLE color: 16190869.

HSL color Cylindrical-coordinate representation of color #950DF7: hue angle of 274.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950DF7 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14913247-
CMYK0.400.9500.03
HSL274.87º93.6%50.98%-
HSV(B)274.87º94.74%96.86%-
XYZ29.3313.3989.04-
YUV80.34222.06176.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 13 (5.47% from 255) = 3.18%
BLUE value IS 247 (96.88% from 255) = 60.39%
R=36.43%
G=3.18%
B=60.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149132470.400.9500.03274.8793.650.98
Hex95DF7285F031135e33
Octal22515367501370342313663
Binary1001010111011111011110100010111110111000100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950DF7; }

 p { color: rgb(149,13,247); }

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

<style>
 a { background-color: #950DF7; }

 a { background-color: rgb(149,13,247); }

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

<style>
 span { border-color: #950DF7; }

 span { border-color: rgb(149,13,247); }

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