Html Css Color HEX #951FFE Blue Violet

📋 copy color: '#951FFE'

red 149 ◦ green 31 ◦ blue 254

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

Shades of Blue Violet #951FFE

Tints of Blue Violet #951FFE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 34.33%
G = 7.14%
B = 58.53%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#951FFE (or 0x951FFE) is known color: Blue Violet. HEX triplet: 95, 1F and FE. RGB value is (149,31,254). Sum of RGB (Red+Green+Blue) = 149+31+254=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #951FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FFE is #6AE001. Grayscale: #5A5A5A. Windows color (decimal): -7004162 or 16654229. OLE color: 16654229.

HSL color Cylindrical-coordinate representation of color #951FFE: hue angle of 271.75º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951FFE is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 31 254 -
CMYK 0.41 0.88 0 0.00
HSL 271.75º 0.99% 0.56% -
HSV(B) 271.75º 0.88% 1% -
XYZ 30.77 14.53 94.95 -
YUV 91.7 219.59 168.87 -
System Red Green Blue C M Y K H S L
Decimal 149 31 254 0.41 0.88 0 0.00 271.75 0.99 0.56
Hex 95 1F FE 29 58 0 0 110 63 38
Octal 225 37 376 51 130 0 0 420 143 70
Binary 10010101 11111 11111110 101001 1011000 0 0 100010000 1100011 111000

Color Harmonies of #951FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FFE

Black with #951FFE

Text Example


Text Example

White with #951FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951FFE; }

 p { color: rgb(149,31,254); }

 H1.HeaderClassName
 {
   color: #951FFE;
 }
 .AnyTagClassName
 {
   color: #951FFE;
 }
</style>

background-color css

<style>
 a { background-color: #951FFE; }

 a { background-color: rgb(149,31,254); }

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

border-color css

<style>
 span { border-color: #951FFE; }

 span { border-color: rgb(149,31,254); }

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