Html Css Color HEX #963FEB Blue Violet

📋 copy color: '#963FEB'

red 150 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #963FEB

Tints of Blue Violet #963FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.06%

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

R = 33.48%
G = 14.06%
B = 52.46%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#963FEB (or 0x963FEB) is known color: Blue Violet. HEX triplet: 96, 3F and EB. RGB value is (150,63,235). Sum of RGB (Red+Green+Blue) = 150+63+235=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #963FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FEB is #69C014. Grayscale: #6C6C6C. Windows color (decimal): -6930453 or 15417238. OLE color: 15417238.

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

Color convert

RGB 150 63 235 -
CMYK 0.36 0.73 0 0.08
HSL 270.35º 0.81% 0.58% -
HSV(B) 270.35º 0.73% 0.92% -
XYZ 29.35 16.04 80.15 -
YUV 108.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 150 63 235 0.36 0.73 0 0.08 270.35 0.81 0.58
Hex 96 3F EB 24 49 0 8 10E 51 3A
Octal 226 77 353 44 111 0 10 416 121 72
Binary 10010110 111111 11101011 100100 1001001 0 1000 100001110 1010001 111010

Color Harmonies of #963FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FEB

Black with #963FEB

Text Example


Text Example

White with #963FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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