Html Css Color HEX #964CFF Blue Violet

📋 copy color: '#964CFF'

red 150 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #964CFF

Tints of Blue Violet #964CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

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

R = 31.19%
G = 15.8%
B = 53.01%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#964CFF (or 0x964CFF) is known color: Blue Violet. HEX triplet: 96, 4C and FF. RGB value is (150,76,255). Sum of RGB (Red+Green+Blue) = 150+76+255=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #964CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFF is #69B300. Grayscale: #757575. Windows color (decimal): -6927105 or 16731286. OLE color: 16731286.

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

Color convert

RGB 150 76 255 -
CMYK 0.41 0.70 0 0
HSL 264.8º 1% 0.65% -
HSV(B) 264.8º 0.7% 1% -
XYZ 33.21 18.87 96.5 -
YUV 118.53 205.02 150.45 -
System Red Green Blue C M Y K H S L
Decimal 150 76 255 0.41 0.70 0 0 264.8 1 0.65
Hex 96 4C FF 29 46 0 0 109 64 41
Octal 226 114 377 51 106 0 0 411 144 101
Binary 10010110 1001100 11111111 101001 1000110 0 0 100001001 1100100 1000001

Color Harmonies of #964CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CFF

Black with #964CFF

Text Example


Text Example

White with #964CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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