Html Css Color HEX #964CE3 Amethyst

📋 copy color: '#964CE3'

red 150 ◦ green 76 ◦ blue 227

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

Shades of Amethyst #964CE3

Tints of Amethyst #964CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.11%

R = 33.11%
G = 16.78%
B = 50.11%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#964CE3 (or 0x964CE3) is known color: Amethyst. HEX triplet: 96, 4C and E3. RGB value is (150,76,227). Sum of RGB (Red+Green+Blue) = 150+76+227=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #964CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CE3 is #69B31C. Grayscale: #727272. Windows color (decimal): -6927133 or 14896278. OLE color: 14896278.

HSL color Cylindrical-coordinate representation of color #964CE3: hue angle of 269.4º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964CE3 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 76 227 -
CMYK 0.34 0.67 0 0.11
HSL 269.4º 0.73% 0.59% -
HSV(B) 269.4º 0.67% 0.89% -
XYZ 29.03 17.2 74.46 -
YUV 115.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 150 76 227 0.34 0.67 0 0.11 269.4 0.73 0.59
Hex 96 4C E3 22 43 0 B 10D 49 3B
Octal 226 114 343 42 103 0 13 415 111 73
Binary 10010110 1001100 11100011 100010 1000011 0 1011 100001101 1001001 111011

Color Harmonies of #964CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CE3

Black with #964CE3

Text Example


Text Example

White with #964CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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