Html Css Color HEX #963DFB Blue Violet

📋 copy color: '#963DFB'

red 150 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #963DFB

Tints of Blue Violet #963DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.2%

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

R = 32.47%
G = 13.2%
B = 54.33%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#963DFB (or 0x963DFB) is known color: Blue Violet. HEX triplet: 96, 3D and FB. RGB value is (150,61,251). Sum of RGB (Red+Green+Blue) = 150+61+251=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #963DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DFB is #69C204. Grayscale: #6C6C6C. Windows color (decimal): -6930949 or 16465302. OLE color: 16465302.

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

Color convert

RGB 150 61 251 -
CMYK 0.40 0.76 0 0.02
HSL 268.11º 0.96% 0.61% -
HSV(B) 268.11º 0.76% 0.98% -
XYZ 31.66 16.79 92.84 -
YUV 109.27 207.99 157.05 -
System Red Green Blue C M Y K H S L
Decimal 150 61 251 0.40 0.76 0 0.02 268.11 0.96 0.61
Hex 96 3D FB 28 4C 0 2 10C 60 3D
Octal 226 75 373 50 114 0 2 414 140 75
Binary 10010110 111101 11111011 101000 1001100 0 10 100001100 1100000 111101

Color Harmonies of #963DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DFB

Black with #963DFB

Text Example


Text Example

White with #963DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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