Html Css Color HEX #951FDF Blue Violet

📋 copy color: '#951FDF'

red 149 ◦ green 31 ◦ blue 223

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

Shades of Blue Violet #951FDF

Tints of Blue Violet #951FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 36.97%
G = 7.69%
B = 55.33%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#951FDF (or 0x951FDF) is known color: Blue Violet. HEX triplet: 95, 1F and DF. RGB value is (149,31,223). Sum of RGB (Red+Green+Blue) = 149+31+223=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #951FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FDF is #6AE020. Grayscale: #575757. Windows color (decimal): -7004193 or 14622613. OLE color: 14622613.

HSL color Cylindrical-coordinate representation of color #951FDF: hue angle of 276.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951FDF is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 31 223 -
CMYK 0.33 0.86 0 0.13
HSL 276.88º 0.76% 0.5% -
HSV(B) 276.88º 0.86% 0.87% -
XYZ 26.2 12.7 70.88 -
YUV 88.17 204.09 171.39 -
System Red Green Blue C M Y K H S L
Decimal 149 31 223 0.33 0.86 0 0.13 276.88 0.76 0.5
Hex 95 1F DF 21 56 0 D 115 4C 32
Octal 225 37 337 41 126 0 15 425 114 62
Binary 10010101 11111 11011111 100001 1010110 0 1101 100010101 1001100 110010

Color Harmonies of #951FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FDF

Black with #951FDF

Text Example


Text Example

White with #951FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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