Html Css Color HEX #961EFF Blue Violet

📋 copy color: '#961EFF'

red 150 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #961EFF

Tints of Blue Violet #961EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.9%

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

R = 34.48%
G = 6.9%
B = 58.62%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#961EFF (or 0x961EFF) is known color: Blue Violet. HEX triplet: 96, 1E and FF. RGB value is (150,30,255). Sum of RGB (Red+Green+Blue) = 150+30+255=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #961EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961EFF is #69E100. Grayscale: #5A5A5A. Windows color (decimal): -6938881 or 16719510. OLE color: 16719510.

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

Color convert

RGB 150 30 255 -
CMYK 0.41 0.88 0 0
HSL 272º 1% 0.56% -
HSV(B) 272º 0.88% 1% -
XYZ 31.09 14.63 95.79 -
YUV 91.53 220.26 169.7 -
System Red Green Blue C M Y K H S L
Decimal 150 30 255 0.41 0.88 0 0 272 1 0.56
Hex 96 1E FF 29 58 0 0 110 64 38
Octal 226 36 377 51 130 0 0 420 144 70
Binary 10010110 11110 11111111 101001 1011000 0 0 100010000 1100100 111000

Color Harmonies of #961EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EFF

Black with #961EFF

Text Example


Text Example

White with #961EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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