#950FFA

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

Shades of Blue Violet #950FFA

Tints of Blue Violet #950FFA

Color information

#950FFA (or 0x950FFA) is unknown color: approx Blue Violet. HEX triplet: 95, 0F and FA. RGB value is (149,15,250). Sum of RGB (Red+Green+Blue) = 149+15+250=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #950FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950FFA is #6AF005. Grayscale: #515151. Windows color (decimal): -7008262 or 16387989. OLE color: 16387989.

HSL color Cylindrical-coordinate representation of color #950FFA: hue angle of 274.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950FFA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14915250-
CMYK0.400.9400.02
HSL274.21º95.92%51.96%-
HSV(B)274.21º94%98.04%-
XYZ29.8213.6391.5-
YUV81.86222.89175.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 15 (6.25% from 255) = 3.62%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=35.99%
G=3.62%
B=60.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149152500.400.9400.02274.2195.9251.96
Hex95FFA285E021126034
Octal22517372501360242214064
Binary1001010111111111101010100010111100101000100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,15,250); }

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

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

 a { background-color: rgb(149,15,250); }

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

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

 span { border-color: rgb(149,15,250); }

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