Html Css Color HEX #961EEF Blue Violet

📋 copy color: '#961EEF'

red 150 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #961EEF

Tints of Blue Violet #961EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 35.8%
G = 7.16%
B = 57.04%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#961EEF (or 0x961EEF) is known color: Blue Violet. HEX triplet: 96, 1E and EF. RGB value is (150,30,239). Sum of RGB (Red+Green+Blue) = 150+30+239=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #961EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961EEF is #69E110. Grayscale: #585858. Windows color (decimal): -6938897 or 15670934. OLE color: 15670934.

HSL color Cylindrical-coordinate representation of color #961EEF: hue angle of 274.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961EEF is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 30 239 -
CMYK 0.37 0.87 0 0.06
HSL 274.45º 0.87% 0.53% -
HSV(B) 274.45º 0.87% 0.94% -
XYZ 28.62 13.64 82.79 -
YUV 89.71 212.26 171.01 -
System Red Green Blue C M Y K H S L
Decimal 150 30 239 0.37 0.87 0 0.06 274.45 0.87 0.53
Hex 96 1E EF 25 57 0 6 112 57 35
Octal 226 36 357 45 127 0 6 422 127 65
Binary 10010110 11110 11101111 100101 1010111 0 110 100010010 1010111 110101

Color Harmonies of #961EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EEF

Black with #961EEF

Text Example


Text Example

White with #961EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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