Html Css Color HEX #950FFA Blue Violet

📋 copy color: '#950FFA'

red 149 ◦ green 15 ◦ blue 250

#950FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #950FFA

Tints of Blue Violet #950FFA

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 value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#950FFA (or 0x950FFA) is known color: 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

RGB 149 15 250 -
CMYK 0.40 0.94 0 0.02
HSL 274.21º 0.96% 0.52% -
HSV(B) 274.21º 0.94% 0.98% -
XYZ 29.82 13.63 91.5 -
YUV 81.86 222.89 175.89 -
System Red Green Blue C M Y K H S L
Decimal 149 15 250 0.40 0.94 0 0.02 274.21 0.96 0.52
Hex 95 F FA 28 5E 0 2 112 60 34
Octal 225 17 372 50 136 0 2 422 140 64
Binary 10010101 1111 11111010 101000 1011110 0 10 100010010 1100000 110100

Color Harmonies of #950FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FFA

Black with #950FFA

Text Example


Text Example

White with #950FFA

Text Example


Text Example

HTML Codes & Css Web 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>