Html Css Color HEX #964AFF Blue Violet

📋 copy color: '#964AFF'

red 150 ◦ green 74 ◦ blue 255

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

Shades of Blue Violet #964AFF

Tints of Blue Violet #964AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 31.32%
G = 15.45%
B = 53.24%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#964AFF (or 0x964AFF) is known color: Blue Violet. HEX triplet: 96, 4A and FF. RGB value is (150,74,255). Sum of RGB (Red+Green+Blue) = 150+74+255=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #964AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AFF is #69B500. Grayscale: #747474. Windows color (decimal): -6927617 or 16730774. OLE color: 16730774.

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

Color convert

RGB 150 74 255 -
CMYK 0.41 0.71 0 0
HSL 265.19º 1% 0.65% -
HSV(B) 265.19º 0.71% 1% -
XYZ 33.08 18.6 96.45 -
YUV 117.36 205.68 151.28 -
System Red Green Blue C M Y K H S L
Decimal 150 74 255 0.41 0.71 0 0 265.19 1 0.65
Hex 96 4A FF 29 47 0 0 109 64 41
Octal 226 112 377 51 107 0 0 411 144 101
Binary 10010110 1001010 11111111 101001 1000111 0 0 100001001 1100100 1000001

Color Harmonies of #964AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AFF

Black with #964AFF

Text Example


Text Example

White with #964AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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