Html Css Color HEX #960EFB Blue Violet

📋 copy color: '#960EFB'

red 150 ◦ green 14 ◦ blue 251

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

Shades of Blue Violet #960EFB

Tints of Blue Violet #960EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

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

R = 36.14%
G = 3.37%
B = 60.48%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#960EFB (or 0x960EFB) is known color: Blue Violet. HEX triplet: 96, 0E and FB. RGB value is (150,14,251). Sum of RGB (Red+Green+Blue) = 150+14+251=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #960EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EFB is #69F104. Grayscale: #505050. Windows color (decimal): -6942981 or 16453270. OLE color: 16453270.

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

Color convert

RGB 150 14 251 -
CMYK 0.40 0.94 0 0.02
HSL 274.43º 0.97% 0.52% -
HSV(B) 274.43º 0.94% 0.98% -
XYZ 30.15 13.76 92.33 -
YUV 81.68 223.56 176.73 -
System Red Green Blue C M Y K H S L
Decimal 150 14 251 0.40 0.94 0 0.02 274.43 0.97 0.52
Hex 96 E FB 28 5E 0 2 112 61 34
Octal 226 16 373 50 136 0 2 422 141 64
Binary 10010110 1110 11111011 101000 1011110 0 10 100010010 1100001 110100

Color Harmonies of #960EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EFB

Black with #960EFB

Text Example


Text Example

White with #960EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960EFB; }

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

 H1.HeaderClassName
 {
   color: #960EFB;
 }
 .AnyTagClassName
 {
   color: #960EFB;
 }
</style>

background-color css

<style>
 a { background-color: #960EFB; }

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

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

border-color css

<style>
 span { border-color: #960EFB; }

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

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