Html Css Color HEX #951FEE Blue Violet

📋 copy color: '#951FEE'

red 149 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #951FEE

Tints of Blue Violet #951FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 35.65%
G = 7.42%
B = 56.94%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#951FEE (or 0x951FEE) is known color: Blue Violet. HEX triplet: 95, 1F and EE. RGB value is (149,31,238). Sum of RGB (Red+Green+Blue) = 149+31+238=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #951FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FEE is #6AE011. Grayscale: #595959. Windows color (decimal): -7004178 or 15605653. OLE color: 15605653.

HSL color Cylindrical-coordinate representation of color #951FEE: hue angle of 274.2º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951FEE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 31 238 -
CMYK 0.37 0.87 0 0.07
HSL 274.2º 0.86% 0.53% -
HSV(B) 274.2º 0.87% 0.93% -
XYZ 28.32 13.54 82.01 -
YUV 89.88 211.59 170.17 -
System Red Green Blue C M Y K H S L
Decimal 149 31 238 0.37 0.87 0 0.07 274.2 0.86 0.53
Hex 95 1F EE 25 57 0 7 112 56 35
Octal 225 37 356 45 127 0 7 422 126 65
Binary 10010101 11111 11101110 100101 1010111 0 111 100010010 1010110 110101

Color Harmonies of #951FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FEE

Black with #951FEE

Text Example


Text Example

White with #951FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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