Html Css Color HEX #964AEF Blue Violet

📋 copy color: '#964AEF'

red 150 ◦ green 74 ◦ blue 239

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

Shades of Blue Violet #964AEF

Tints of Blue Violet #964AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 32.4%
G = 15.98%
B = 51.62%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#964AEF (or 0x964AEF) is known color: Blue Violet. HEX triplet: 96, 4A and EF. RGB value is (150,74,239). Sum of RGB (Red+Green+Blue) = 150+74+239=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #964AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AEF is #69B510. Grayscale: #727272. Windows color (decimal): -6927633 or 15682198. OLE color: 15682198.

HSL color Cylindrical-coordinate representation of color #964AEF: hue angle of 267.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964AEF is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 74 239 -
CMYK 0.37 0.69 0 0.06
HSL 267.64º 0.84% 0.61% -
HSV(B) 267.64º 0.69% 0.94% -
XYZ 30.61 17.61 83.45 -
YUV 115.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 150 74 239 0.37 0.69 0 0.06 267.64 0.84 0.61
Hex 96 4A EF 25 45 0 6 10C 54 3D
Octal 226 112 357 45 105 0 6 414 124 75
Binary 10010110 1001010 11101111 100101 1000101 0 110 100001100 1010100 111101

Color Harmonies of #964AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AEF

Black with #964AEF

Text Example


Text Example

White with #964AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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