Html Css Color HEX #963FFB Blue Violet

📋 copy color: '#963FFB'

red 150 ◦ green 63 ◦ blue 251

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

Shades of Blue Violet #963FFB

Tints of Blue Violet #963FFB

RGB

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

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

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

R = 32.33%
G = 13.58%
B = 54.09%

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

#963FFB (or 0x963FFB) is known color: Blue Violet. HEX triplet: 96, 3F and FB. RGB value is (150,63,251). Sum of RGB (Red+Green+Blue) = 150+63+251=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #963FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FFB is #69C004. Grayscale: #6D6D6D. Windows color (decimal): -6930437 or 16465814. OLE color: 16465814.

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

Color convert

RGB 150 63 251 -
CMYK 0.40 0.75 0 0.02
HSL 267.77º 0.96% 0.62% -
HSV(B) 267.77º 0.75% 0.98% -
XYZ 31.77 17 92.87 -
YUV 110.45 207.32 156.21 -
System Red Green Blue C M Y K H S L
Decimal 150 63 251 0.40 0.75 0 0.02 267.77 0.96 0.62
Hex 96 3F FB 28 4B 0 2 10C 60 3E
Octal 226 77 373 50 113 0 2 414 140 76
Binary 10010110 111111 11111011 101000 1001011 0 10 100001100 1100000 111110

Color Harmonies of #963FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FFB

Black with #963FFB

Text Example


Text Example

White with #963FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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