Html Css Color HEX #964BFE Blue Violet

📋 copy color: '#964BFE'

red 150 ◦ green 75 ◦ blue 254

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

Shades of Blue Violet #964BFE

Tints of Blue Violet #964BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.66%

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 31.32%
G = 15.66%
B = 53.03%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#964BFE (or 0x964BFE) is known color: Blue Violet. HEX triplet: 96, 4B and FE. RGB value is (150,75,254). Sum of RGB (Red+Green+Blue) = 150+75+254=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #964BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BFE is #69B401. Grayscale: #757575. Windows color (decimal): -6927362 or 16665494. OLE color: 16665494.

HSL color Cylindrical-coordinate representation of color #964BFE: hue angle of 265.14º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964BFE is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 75 254 -
CMYK 0.41 0.70 0 0.00
HSL 265.14º 0.99% 0.65% -
HSV(B) 265.14º 0.7% 1% -
XYZ 32.98 18.67 95.63 -
YUV 117.83 204.85 150.95 -
System Red Green Blue C M Y K H S L
Decimal 150 75 254 0.41 0.70 0 0.00 265.14 0.99 0.65
Hex 96 4B FE 29 46 0 0 109 63 41
Octal 226 113 376 51 106 0 0 411 143 101
Binary 10010110 1001011 11111110 101001 1000110 0 0 100001001 1100011 1000001

Color Harmonies of #964BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964BFE

Black with #964BFE

Text Example


Text Example

White with #964BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,75,254); }

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

background-color css

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

 a { background-color: rgb(150,75,254); }

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

border-color css

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

 span { border-color: rgb(150,75,254); }

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