Html Css Color HEX #963BEB Blue Violet

📋 copy color: '#963BEB'

red 150 ◦ green 59 ◦ blue 235

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

Shades of Blue Violet #963BEB

Tints of Blue Violet #963BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.29%

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

R = 33.78%
G = 13.29%
B = 52.93%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#963BEB (or 0x963BEB) is known color: Blue Violet. HEX triplet: 96, 3B and EB. RGB value is (150,59,235). Sum of RGB (Red+Green+Blue) = 150+59+235=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #963BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963BEB is #69C414. Grayscale: #696969. Windows color (decimal): -6931477 or 15416214. OLE color: 15416214.

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

Color convert

RGB 150 59 235 -
CMYK 0.36 0.75 0 0.08
HSL 271.02º 0.81% 0.58% -
HSV(B) 271.02º 0.75% 0.92% -
XYZ 29.14 15.61 80.07 -
YUV 106.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 150 59 235 0.36 0.75 0 0.08 271.02 0.81 0.58
Hex 96 3B EB 24 4B 0 8 10F 51 3A
Octal 226 73 353 44 113 0 10 417 121 72
Binary 10010110 111011 11101011 100100 1001011 0 1000 100001111 1010001 111010

Color Harmonies of #963BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BEB

Black with #963BEB

Text Example


Text Example

White with #963BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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