Html Css Color HEX #954CFE Blue Violet

📋 copy color: '#954CFE'

red 149 ◦ green 76 ◦ blue 254

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

Shades of Blue Violet #954CFE

Tints of Blue Violet #954CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.87%

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

R = 31.11%
G = 15.87%
B = 53.03%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#954CFE (or 0x954CFE) is known color: Blue Violet. HEX triplet: 95, 4C and FE. RGB value is (149,76,254). Sum of RGB (Red+Green+Blue) = 149+76+254=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #954CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CFE is #6AB301. Grayscale: #757575. Windows color (decimal): -6992642 or 16665749. OLE color: 16665749.

HSL color Cylindrical-coordinate representation of color #954CFE: hue angle of 264.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954CFE is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 76 254 -
CMYK 0.41 0.70 0 0.00
HSL 264.61º 0.99% 0.65% -
HSV(B) 264.61º 0.7% 1% -
XYZ 32.87 18.71 95.65 -
YUV 118.12 204.68 150.03 -
System Red Green Blue C M Y K H S L
Decimal 149 76 254 0.41 0.70 0 0.00 264.61 0.99 0.65
Hex 95 4C FE 29 46 0 0 109 63 41
Octal 225 114 376 51 106 0 0 411 143 101
Binary 10010101 1001100 11111110 101001 1000110 0 0 100001001 1100011 1000001

Color Harmonies of #954CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CFE

Black with #954CFE

Text Example


Text Example

White with #954CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954CFE; }

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

 H1.HeaderClassName
 {
   color: #954CFE;
 }
 .AnyTagClassName
 {
   color: #954CFE;
 }
</style>

background-color css

<style>
 a { background-color: #954CFE; }

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

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

border-color css

<style>
 span { border-color: #954CFE; }

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

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