Html Css Color HEX #964DFB Blue Violet

📋 copy color: '#964DFB'

red 150 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #964DFB

Tints of Blue Violet #964DFB

RGB

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

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

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

R = 31.38%
G = 16.11%
B = 52.51%

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

#964DFB (or 0x964DFB) is known color: Blue Violet. HEX triplet: 96, 4D and FB. RGB value is (150,77,251). Sum of RGB (Red+Green+Blue) = 150+77+251=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #964DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DFB is #69B204. Grayscale: #767676. Windows color (decimal): -6926853 or 16469398. OLE color: 16469398.

HSL color Cylindrical-coordinate representation of color #964DFB: hue angle of 265.17º degrees, saturation: 0.96, 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 #964DFB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 77 251 -
CMYK 0.40 0.69 0 0.02
HSL 265.17º 0.96% 0.64% -
HSV(B) 265.17º 0.69% 0.98% -
XYZ 32.64 18.76 93.17 -
YUV 118.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 150 77 251 0.40 0.69 0 0.02 265.17 0.96 0.64
Hex 96 4D FB 28 45 0 2 109 60 40
Octal 226 115 373 50 105 0 2 411 140 100
Binary 10010110 1001101 11111011 101000 1000101 0 10 100001001 1100000 1000000

Color Harmonies of #964DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964DFB

Black with #964DFB

Text Example


Text Example

White with #964DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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