Html Css Color HEX #963DF9 Blue Violet

📋 copy color: '#963DF9'

red 150 ◦ green 61 ◦ blue 249

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

Shades of Blue Violet #963DF9

Tints of Blue Violet #963DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 32.61%
G = 13.26%
B = 54.13%

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

#963DF9 (or 0x963DF9) is known color: Blue Violet. HEX triplet: 96, 3D and F9. RGB value is (150,61,249). Sum of RGB (Red+Green+Blue) = 150+61+249=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #963DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DF9 is #69C206. Grayscale: #6C6C6C. Windows color (decimal): -6930951 or 16334230. OLE color: 16334230.

HSL color Cylindrical-coordinate representation of color #963DF9: hue angle of 268.4º degrees, saturation: 0.94, 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 #963DF9 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 61 249 -
CMYK 0.40 0.76 0 0.02
HSL 268.4º 0.94% 0.61% -
HSV(B) 268.4º 0.76% 0.98% -
XYZ 31.35 16.66 91.19 -
YUV 109.04 206.99 157.21 -
System Red Green Blue C M Y K H S L
Decimal 150 61 249 0.40 0.76 0 0.02 268.4 0.94 0.61
Hex 96 3D F9 28 4C 0 2 10C 5E 3D
Octal 226 75 371 50 114 0 2 414 136 75
Binary 10010110 111101 11111001 101000 1001100 0 10 100001100 1011110 111101

Color Harmonies of #963DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DF9

Black with #963DF9

Text Example


Text Example

White with #963DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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