Html Css Color HEX #961BEB Blue Violet

📋 copy color: '#961BEB'

red 150 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #961BEB

Tints of Blue Violet #961BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.55%

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 36.41%
G = 6.55%
B = 57.04%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#961BEB (or 0x961BEB) is known color: Blue Violet. HEX triplet: 96, 1B and EB. RGB value is (150,27,235). Sum of RGB (Red+Green+Blue) = 150+27+235=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #961BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BEB is #69E414. Grayscale: #565656. Windows color (decimal): -6939669 or 15408022. OLE color: 15408022.

HSL color Cylindrical-coordinate representation of color #961BEB: hue angle of 275.48º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961BEB is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 27 235 -
CMYK 0.36 0.89 0 0.08
HSL 275.48º 0.84% 0.51% -
HSV(B) 275.48º 0.89% 0.92% -
XYZ 27.97 13.27 79.68 -
YUV 87.49 211.25 172.59 -
System Red Green Blue C M Y K H S L
Decimal 150 27 235 0.36 0.89 0 0.08 275.48 0.84 0.51
Hex 96 1B EB 24 59 0 8 113 54 33
Octal 226 33 353 44 131 0 10 423 124 63
Binary 10010110 11011 11101011 100100 1011001 0 1000 100010011 1010100 110011

Color Harmonies of #961BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BEB

Black with #961BEB

Text Example


Text Example

White with #961BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,27,235); }

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

background-color css

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

 a { background-color: rgb(150,27,235); }

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

border-color css

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

 span { border-color: rgb(150,27,235); }

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