Html Css Color HEX #960EFF Blue Violet

📋 copy color: '#960EFF'

red 150 ◦ green 14 ◦ blue 255

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

Shades of Blue Violet #960EFF

Tints of Blue Violet #960EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 35.8%
G = 3.34%
B = 60.86%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#960EFF (or 0x960EFF) is known color: Blue Violet. HEX triplet: 96, 0E and FF. RGB value is (150,14,255). Sum of RGB (Red+Green+Blue) = 150+14+255=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #960EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960EFF is #69F100. Grayscale: #515151. Windows color (decimal): -6942977 or 16715414. OLE color: 16715414.

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

Color convert

RGB 150 14 255 -
CMYK 0.41 0.95 0 0
HSL 273.86º 1% 0.53% -
HSV(B) 273.86º 0.95% 1% -
XYZ 30.78 14.02 95.69 -
YUV 82.14 225.56 176.4 -
System Red Green Blue C M Y K H S L
Decimal 150 14 255 0.41 0.95 0 0 273.86 1 0.53
Hex 96 E FF 29 5F 0 0 112 64 35
Octal 226 16 377 51 137 0 0 422 144 65
Binary 10010110 1110 11111111 101001 1011111 0 0 100010010 1100100 110101

Color Harmonies of #960EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EFF

Black with #960EFF

Text Example


Text Example

White with #960EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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