Html Css Color HEX #964AFD Blue Violet

📋 copy color: '#964AFD'

red 150 ◦ green 74 ◦ blue 253

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

Shades of Blue Violet #964AFD

Tints of Blue Violet #964AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 31.45%
G = 15.51%
B = 53.04%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#964AFD (or 0x964AFD) is known color: Blue Violet. HEX triplet: 96, 4A and FD. RGB value is (150,74,253). Sum of RGB (Red+Green+Blue) = 150+74+253=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #964AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AFD is #69B502. Grayscale: #747474. Windows color (decimal): -6927619 or 16599702. OLE color: 16599702.

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

Color convert

RGB 150 74 253 -
CMYK 0.41 0.71 0 0.01
HSL 265.47º 0.98% 0.64% -
HSV(B) 265.47º 0.71% 0.99% -
XYZ 32.76 18.47 94.77 -
YUV 117.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 150 74 253 0.41 0.71 0 0.01 265.47 0.98 0.64
Hex 96 4A FD 29 47 0 1 109 62 40
Octal 226 112 375 51 107 0 1 411 142 100
Binary 10010110 1001010 11111101 101001 1000111 0 1 100001001 1100010 1000000

Color Harmonies of #964AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AFD

Black with #964AFD

Text Example


Text Example

White with #964AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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