Html Css Color HEX #951EF3 Blue Violet

📋 copy color: '#951EF3'

red 149 ◦ green 30 ◦ blue 243

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

Shades of Blue Violet #951EF3

Tints of Blue Violet #951EF3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

 BLUE value IS 243 (95.31% from 255) = 57.58%

R = 35.31%
G = 7.11%
B = 57.58%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#951EF3 (or 0x951EF3) is known color: Blue Violet. HEX triplet: 95, 1E and F3. RGB value is (149,30,243). Sum of RGB (Red+Green+Blue) = 149+30+243=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #951EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951EF3 is #6AE10C. Grayscale: #595959. Windows color (decimal): -7004429 or 15933077. OLE color: 15933077.

HSL color Cylindrical-coordinate representation of color #951EF3: hue angle of 273.52º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951EF3 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 30 243 -
CMYK 0.39 0.88 0 0.05
HSL 273.52º 0.9% 0.54% -
HSV(B) 273.52º 0.88% 0.95% -
XYZ 29.04 13.79 85.93 -
YUV 89.86 214.42 170.18 -
System Red Green Blue C M Y K H S L
Decimal 149 30 243 0.39 0.88 0 0.05 273.52 0.9 0.54
Hex 95 1E F3 27 58 0 5 112 5A 36
Octal 225 36 363 47 130 0 5 422 132 66
Binary 10010101 11110 11110011 100111 1011000 0 101 100010010 1011010 110110

Color Harmonies of #951EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EF3

Black with #951EF3

Text Example


Text Example

White with #951EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,243); }

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

background-color css

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

 a { background-color: rgb(149,30,243); }

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

border-color css

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

 span { border-color: rgb(149,30,243); }

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