Html Css Color HEX #950FFF Blue Violet

📋 copy color: '#950FFF'

red 149 ◦ green 15 ◦ blue 255

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

Shades of Blue Violet #950FFF

Tints of Blue Violet #950FFF

RGB

 RED value IS 149 (58.59% from 255) = 35.56%

 GREEN value IS 15 (6.25% from 255) = 3.58%

 BLUE value IS 255 (100% from 255) = 60.86%

R = 35.56%
G = 3.58%
B = 60.86%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#950FFF (or 0x950FFF) is known color: Blue Violet. HEX triplet: 95, 0F and FF. RGB value is (149,15,255). Sum of RGB (Red+Green+Blue) = 149+15+255=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #950FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950FFF is #6AF000. Grayscale: #515151. Windows color (decimal): -7008257 or 16715669. OLE color: 16715669.

HSL color Cylindrical-coordinate representation of color #950FFF: hue angle of 273.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950FFF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 15 255 -
CMYK 0.42 0.94 0 0
HSL 273.5º 1% 0.53% -
HSV(B) 273.5º 0.94% 1% -
XYZ 30.62 13.95 95.69 -
YUV 82.43 225.39 175.49 -
System Red Green Blue C M Y K H S L
Decimal 149 15 255 0.42 0.94 0 0 273.5 1 0.53
Hex 95 F FF 2A 5E 0 0 112 64 35
Octal 225 17 377 52 136 0 0 422 144 65
Binary 10010101 1111 11111111 101010 1011110 0 0 100010010 1100100 110101

Color Harmonies of #950FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FFF

Black with #950FFF

Text Example


Text Example

White with #950FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #950FFF;
 }
 .AnyTagClassName
 {
   color: #950FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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