Html Css Color HEX #951FFB Blue Violet

📋 copy color: '#951FFB'

red 149 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #951FFB

Tints of Blue Violet #951FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 34.57%
G = 7.19%
B = 58.24%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#951FFB (or 0x951FFB) is known color: Blue Violet. HEX triplet: 95, 1F and FB. RGB value is (149,31,251). Sum of RGB (Red+Green+Blue) = 149+31+251=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #951FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FFB is #6AE004. Grayscale: #5A5A5A. Windows color (decimal): -7004165 or 16457621. OLE color: 16457621.

HSL color Cylindrical-coordinate representation of color #951FFB: hue angle of 272.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951FFB is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 31 251 -
CMYK 0.41 0.88 0 0.02
HSL 272.18º 0.96% 0.55% -
HSV(B) 272.18º 0.88% 0.98% -
XYZ 30.3 14.33 92.44 -
YUV 91.36 218.09 169.11 -
System Red Green Blue C M Y K H S L
Decimal 149 31 251 0.41 0.88 0 0.02 272.18 0.96 0.55
Hex 95 1F FB 29 58 0 2 110 60 37
Octal 225 37 373 51 130 0 2 420 140 67
Binary 10010101 11111 11111011 101001 1011000 0 10 100010000 1100000 110111

Color Harmonies of #951FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FFB

Black with #951FFB

Text Example


Text Example

White with #951FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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