Html Css Color HEX #961FDF Blue Violet

📋 copy color: '#961FDF'

red 150 ◦ green 31 ◦ blue 223

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

Shades of Blue Violet #961FDF

Tints of Blue Violet #961FDF

RGB

 RED value IS 150 (58.98% from 255) = 37.13%

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

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

R = 37.13%
G = 7.67%
B = 55.2%

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

#961FDF (or 0x961FDF) is known color: Blue Violet. HEX triplet: 96, 1F and DF. RGB value is (150,31,223). Sum of RGB (Red+Green+Blue) = 150+31+223=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #961FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FDF is #69E020. Grayscale: #575757. Windows color (decimal): -6938657 or 14622614. OLE color: 14622614.

HSL color Cylindrical-coordinate representation of color #961FDF: hue angle of 277.19º 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 #961FDF is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 31 223 -
CMYK 0.33 0.86 0 0.13
HSL 277.19º 0.76% 0.5% -
HSV(B) 277.19º 0.86% 0.87% -
XYZ 26.39 12.79 70.89 -
YUV 88.47 203.92 171.89 -
System Red Green Blue C M Y K H S L
Decimal 150 31 223 0.33 0.86 0 0.13 277.19 0.76 0.5
Hex 96 1F DF 21 56 0 D 115 4C 32
Octal 226 37 337 41 126 0 15 425 114 62
Binary 10010110 11111 11011111 100001 1010110 0 1101 100010101 1001100 110010

Color Harmonies of #961FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FDF

Black with #961FDF

Text Example


Text Example

White with #961FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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