Html Css Color HEX #963EFB Blue Violet

📋 copy color: '#963EFB'

red 150 ◦ green 62 ◦ blue 251

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

Shades of Blue Violet #963EFB

Tints of Blue Violet #963EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.39%

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 32.4%
G = 13.39%
B = 54.21%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#963EFB (or 0x963EFB) is known color: Blue Violet. HEX triplet: 96, 3E and FB. RGB value is (150,62,251). Sum of RGB (Red+Green+Blue) = 150+62+251=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #963EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EFB is #69C104. Grayscale: #6D6D6D. Windows color (decimal): -6930693 or 16465558. OLE color: 16465558.

HSL color Cylindrical-coordinate representation of color #963EFB: hue angle of 267.94º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963EFB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 62 251 -
CMYK 0.40 0.75 0 0.02
HSL 267.94º 0.96% 0.61% -
HSV(B) 267.94º 0.75% 0.98% -
XYZ 31.71 16.89 92.86 -
YUV 109.86 207.65 156.63 -
System Red Green Blue C M Y K H S L
Decimal 150 62 251 0.40 0.75 0 0.02 267.94 0.96 0.61
Hex 96 3E FB 28 4B 0 2 10C 60 3D
Octal 226 76 373 50 113 0 2 414 140 75
Binary 10010110 111110 11111011 101000 1001011 0 10 100001100 1100000 111101

Color Harmonies of #963EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EFB

Black with #963EFB

Text Example


Text Example

White with #963EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,62,251); }

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

background-color css

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

 a { background-color: rgb(150,62,251); }

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

border-color css

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

 span { border-color: rgb(150,62,251); }

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