Html Css Color HEX #961DF1 Blue Violet

📋 copy color: '#961DF1'

red 150 ◦ green 29 ◦ blue 241

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

Shades of Blue Violet #961DF1

Tints of Blue Violet #961DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.9%

 BLUE value IS 241 (94.53% from 255) = 57.38%

R = 35.71%
G = 6.9%
B = 57.38%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#961DF1 (or 0x961DF1) is known color: Blue Violet. HEX triplet: 96, 1D and F1. RGB value is (150,29,241). Sum of RGB (Red+Green+Blue) = 150+29+241=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #961DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DF1 is #69E20E. Grayscale: #585858. Windows color (decimal): -6939151 or 15801750. OLE color: 15801750.

HSL color Cylindrical-coordinate representation of color #961DF1: hue angle of 274.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961DF1 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 29 241 -
CMYK 0.38 0.88 0 0.05
HSL 274.25º 0.88% 0.53% -
HSV(B) 274.25º 0.88% 0.95% -
XYZ 28.89 13.71 84.34 -
YUV 89.35 213.59 171.26 -
System Red Green Blue C M Y K H S L
Decimal 150 29 241 0.38 0.88 0 0.05 274.25 0.88 0.53
Hex 96 1D F1 26 58 0 5 112 58 35
Octal 226 35 361 46 130 0 5 422 130 65
Binary 10010110 11101 11110001 100110 1011000 0 101 100010010 1011000 110101

Color Harmonies of #961DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DF1

Black with #961DF1

Text Example


Text Example

White with #961DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,241); }

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

background-color css

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

 a { background-color: rgb(150,29,241); }

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

border-color css

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

 span { border-color: rgb(150,29,241); }

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