Html Css Color HEX #961DFB Blue Violet

📋 copy color: '#961DFB'

red 150 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #961DFB

Tints of Blue Violet #961DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 34.88%
G = 6.74%
B = 58.37%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#961DFB (or 0x961DFB) is known color: Blue Violet. HEX triplet: 96, 1D and FB. RGB value is (150,29,251). Sum of RGB (Red+Green+Blue) = 150+29+251=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #961DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DFB is #69E204. Grayscale: #595959. Windows color (decimal): -6939141 or 16457110. OLE color: 16457110.

HSL color Cylindrical-coordinate representation of color #961DFB: hue angle of 272.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961DFB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 29 251 -
CMYK 0.40 0.88 0 0.02
HSL 272.7º 0.97% 0.55% -
HSV(B) 272.7º 0.88% 0.98% -
XYZ 30.43 14.33 92.43 -
YUV 90.49 218.59 170.45 -
System Red Green Blue C M Y K H S L
Decimal 150 29 251 0.40 0.88 0 0.02 272.7 0.97 0.55
Hex 96 1D FB 28 58 0 2 111 61 37
Octal 226 35 373 50 130 0 2 421 141 67
Binary 10010110 11101 11111011 101000 1011000 0 10 100010001 1100001 110111

Color Harmonies of #961DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DFB

Black with #961DFB

Text Example


Text Example

White with #961DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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