Html Css Color HEX #965ECA Amethyst

📋 copy color: '#965ECA'

red 150 ◦ green 94 ◦ blue 202

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

Shades of Amethyst #965ECA

Tints of Amethyst #965ECA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.08%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 33.63%
G = 21.08%
B = 45.29%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#965ECA (or 0x965ECA) is known color: Amethyst. HEX triplet: 96, 5E and CA. RGB value is (150,94,202). Sum of RGB (Red+Green+Blue) = 150+94+202=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #965ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ECA is #69A135. Grayscale: #7A7A7A. Windows color (decimal): -6922550 or 13262486. OLE color: 13262486.

HSL color Cylindrical-coordinate representation of color #965ECA: hue angle of 271.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965ECA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 94 202 -
CMYK 0.26 0.53 0 0.21
HSL 271.11º 0.5% 0.58% -
HSV(B) 271.11º 0.53% 0.79% -
XYZ 27.24 18.75 58.06 -
YUV 123.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 150 94 202 0.26 0.53 0 0.21 271.11 0.5 0.58
Hex 96 5E CA 1A 35 0 15 10F 32 3A
Octal 226 136 312 32 65 0 25 417 62 72
Binary 10010110 1011110 11001010 11010 110101 0 10101 100001111 110010 111010

Color Harmonies of #965ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ECA

Black with #965ECA

Text Example


Text Example

White with #965ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965ECA; }

 p { color: rgb(150,94,202); }

 H1.HeaderClassName
 {
   color: #965ECA;
 }
 .AnyTagClassName
 {
   color: #965ECA;
 }
</style>

background-color css

<style>
 a { background-color: #965ECA; }

 a { background-color: rgb(150,94,202); }

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

border-color css

<style>
 span { border-color: #965ECA; }

 span { border-color: rgb(150,94,202); }

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