Html Css Color HEX #951FFC Blue Violet

📋 copy color: '#951FFC'

red 149 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #951FFC

Tints of Blue Violet #951FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 34.49%
G = 7.18%
B = 58.33%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#951FFC (or 0x951FFC) is known color: Blue Violet. HEX triplet: 95, 1F and FC. RGB value is (149,31,252). Sum of RGB (Red+Green+Blue) = 149+31+252=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #951FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FFC is #6AE003. Grayscale: #5A5A5A. Windows color (decimal): -7004164 or 16523157. OLE color: 16523157.

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

Color convert

RGB 149 31 252 -
CMYK 0.41 0.88 0 0.01
HSL 272.04º 0.97% 0.55% -
HSV(B) 272.04º 0.88% 0.99% -
XYZ 30.46 14.4 93.27 -
YUV 91.48 218.59 169.03 -
System Red Green Blue C M Y K H S L
Decimal 149 31 252 0.41 0.88 0 0.01 272.04 0.97 0.55
Hex 95 1F FC 29 58 0 1 110 61 37
Octal 225 37 374 51 130 0 1 420 141 67
Binary 10010101 11111 11111100 101001 1011000 0 1 100010000 1100001 110111

Color Harmonies of #951FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FFC

Black with #951FFC

Text Example


Text Example

White with #951FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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