Html Css Color HEX #964AFE Blue Violet

📋 copy color: '#964AFE'

red 150 ◦ green 74 ◦ blue 254

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

Shades of Blue Violet #964AFE

Tints of Blue Violet #964AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.48%

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

R = 31.38%
G = 15.48%
B = 53.14%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#964AFE (or 0x964AFE) is known color: Blue Violet. HEX triplet: 96, 4A and FE. RGB value is (150,74,254). Sum of RGB (Red+Green+Blue) = 150+74+254=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #964AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AFE is #69B501. Grayscale: #747474. Windows color (decimal): -6927618 or 16665238. OLE color: 16665238.

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

Color convert

RGB 150 74 254 -
CMYK 0.41 0.71 0 0.00
HSL 265.33º 0.99% 0.64% -
HSV(B) 265.33º 0.71% 1% -
XYZ 32.92 18.54 95.61 -
YUV 117.24 205.18 151.36 -
System Red Green Blue C M Y K H S L
Decimal 150 74 254 0.41 0.71 0 0.00 265.33 0.99 0.64
Hex 96 4A FE 29 47 0 0 109 63 40
Octal 226 112 376 51 107 0 0 411 143 100
Binary 10010110 1001010 11111110 101001 1000111 0 0 100001001 1100011 1000000

Color Harmonies of #964AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AFE

Black with #964AFE

Text Example


Text Example

White with #964AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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