Html Css Color HEX #964AEC Blue Violet

📋 copy color: '#964AEC'

red 150 ◦ green 74 ◦ blue 236

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

Shades of Blue Violet #964AEC

Tints of Blue Violet #964AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 32.61%
G = 16.09%
B = 51.3%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964AEC (or 0x964AEC) is known color: Blue Violet. HEX triplet: 96, 4A and EC. RGB value is (150,74,236). Sum of RGB (Red+Green+Blue) = 150+74+236=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #964AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964AEC is #69B513. Grayscale: #727272. Windows color (decimal): -6927636 or 15485590. OLE color: 15485590.

HSL color Cylindrical-coordinate representation of color #964AEC: hue angle of 268.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964AEC is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 74 236 -
CMYK 0.36 0.69 0 0.07
HSL 268.15º 0.81% 0.61% -
HSV(B) 268.15º 0.69% 0.93% -
XYZ 30.17 17.44 81.13 -
YUV 115.19 196.18 152.83 -
System Red Green Blue C M Y K H S L
Decimal 150 74 236 0.36 0.69 0 0.07 268.15 0.81 0.61
Hex 96 4A EC 24 45 0 7 10C 51 3D
Octal 226 112 354 44 105 0 7 414 121 75
Binary 10010110 1001010 11101100 100100 1000101 0 111 100001100 1010001 111101

Color Harmonies of #964AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964AEC

Black with #964AEC

Text Example


Text Example

White with #964AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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