Html Css Color HEX #951CFE Blue Violet

📋 copy color: '#951CFE'

red 149 ◦ green 28 ◦ blue 254

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

Shades of Blue Violet #951CFE

Tints of Blue Violet #951CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

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

R = 34.57%
G = 6.5%
B = 58.93%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#951CFE (or 0x951CFE) is known color: Blue Violet. HEX triplet: 95, 1C and FE. RGB value is (149,28,254). Sum of RGB (Red+Green+Blue) = 149+28+254=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #951CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CFE is #6AE301. Grayscale: #595959. Windows color (decimal): -7004930 or 16653461. OLE color: 16653461.

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

Color convert

RGB 149 28 254 -
CMYK 0.41 0.89 0 0.00
HSL 272.12º 0.99% 0.55% -
HSV(B) 272.12º 0.89% 1% -
XYZ 30.7 14.38 94.92 -
YUV 89.94 220.59 170.12 -
System Red Green Blue C M Y K H S L
Decimal 149 28 254 0.41 0.89 0 0.00 272.12 0.99 0.55
Hex 95 1C FE 29 59 0 0 110 63 37
Octal 225 34 376 51 131 0 0 420 143 67
Binary 10010101 11100 11111110 101001 1011001 0 0 100010000 1100011 110111

Color Harmonies of #951CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CFE

Black with #951CFE

Text Example


Text Example

White with #951CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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