Html Css Color HEX #960BFE Blue Violet

📋 copy color: '#960BFE'

red 150 ◦ green 11 ◦ blue 254

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

Shades of Blue Violet #960BFE

Tints of Blue Violet #960BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.65%

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 36.14%
G = 2.65%
B = 61.2%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#960BFE (or 0x960BFE) is known color: Blue Violet. HEX triplet: 96, 0B and FE. RGB value is (150,11,254). Sum of RGB (Red+Green+Blue) = 150+11+254=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #960BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960BFE is #69F401. Grayscale: #4F4F4F. Windows color (decimal): -6943746 or 16649110. OLE color: 16649110.

HSL color Cylindrical-coordinate representation of color #960BFE: hue angle of 274.32º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960BFE is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 11 254 -
CMYK 0.41 0.96 0 0.00
HSL 274.32º 0.99% 0.52% -
HSV(B) 274.32º 0.96% 1% -
XYZ 30.59 13.88 94.83 -
YUV 80.26 226.05 177.74 -
System Red Green Blue C M Y K H S L
Decimal 150 11 254 0.41 0.96 0 0.00 274.32 0.99 0.52
Hex 96 B FE 29 60 0 0 112 63 34
Octal 226 13 376 51 140 0 0 422 143 64
Binary 10010110 1011 11111110 101001 1100000 0 0 100010010 1100011 110100

Color Harmonies of #960BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BFE

Black with #960BFE

Text Example


Text Example

White with #960BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,11,254); }

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

background-color css

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

 a { background-color: rgb(150,11,254); }

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

border-color css

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

 span { border-color: rgb(150,11,254); }

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