Html Css Color HEX #951FDC Blue Violet

📋 copy color: '#951FDC'

red 149 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #951FDC

Tints of Blue Violet #951FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 37.25%
G = 7.75%
B = 55%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#951FDC (or 0x951FDC) is known color: Blue Violet. HEX triplet: 95, 1F and DC. RGB value is (149,31,220). Sum of RGB (Red+Green+Blue) = 149+31+220=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #951FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FDC is #6AE023. Grayscale: #575757. Windows color (decimal): -7004196 or 14426005. OLE color: 14426005.

HSL color Cylindrical-coordinate representation of color #951FDC: hue angle of 277.46º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951FDC is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 31 220 -
CMYK 0.32 0.86 0 0.14
HSL 277.46º 0.75% 0.49% -
HSV(B) 277.46º 0.86% 0.86% -
XYZ 25.8 12.54 68.77 -
YUV 87.83 202.59 171.63 -
System Red Green Blue C M Y K H S L
Decimal 149 31 220 0.32 0.86 0 0.14 277.46 0.75 0.49
Hex 95 1F DC 20 56 0 E 115 4B 31
Octal 225 37 334 40 126 0 16 425 113 61
Binary 10010101 11111 11011100 100000 1010110 0 1110 100010101 1001011 110001

Color Harmonies of #951FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951FDC

Black with #951FDC

Text Example


Text Example

White with #951FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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