Html Css Color HEX #964DF9 Blue Violet

📋 copy color: '#964DF9'

red 150 ◦ green 77 ◦ blue 249

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

Shades of Blue Violet #964DF9

Tints of Blue Violet #964DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.18%

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

R = 31.51%
G = 16.18%
B = 52.31%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#964DF9 (or 0x964DF9) is known color: Blue Violet. HEX triplet: 96, 4D and F9. RGB value is (150,77,249). Sum of RGB (Red+Green+Blue) = 150+77+249=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #964DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DF9 is #69B206. Grayscale: #757575. Windows color (decimal): -6926855 or 16338326. OLE color: 16338326.

HSL color Cylindrical-coordinate representation of color #964DF9: hue angle of 265.47º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964DF9 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 77 249 -
CMYK 0.40 0.69 0 0.02
HSL 265.47º 0.93% 0.64% -
HSV(B) 265.47º 0.69% 0.98% -
XYZ 32.33 18.63 91.51 -
YUV 118.44 201.68 150.51 -
System Red Green Blue C M Y K H S L
Decimal 150 77 249 0.40 0.69 0 0.02 265.47 0.93 0.64
Hex 96 4D F9 28 45 0 2 109 5D 40
Octal 226 115 371 50 105 0 2 411 135 100
Binary 10010110 1001101 11111001 101000 1000101 0 10 100001001 1011101 1000000

Color Harmonies of #964DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DF9

Black with #964DF9

Text Example


Text Example

White with #964DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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