Html Css Color HEX #965ECC Amethyst

📋 copy color: '#965ECC'

red 150 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #965ECC

Tints of Amethyst #965ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 33.48%
G = 20.98%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#965ECC (or 0x965ECC) is known color: Amethyst. HEX triplet: 96, 5E and CC. RGB value is (150,94,204). Sum of RGB (Red+Green+Blue) = 150+94+204=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #965ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ECC is #69A133. Grayscale: #7A7A7A. Windows color (decimal): -6922548 or 13393558. OLE color: 13393558.

HSL color Cylindrical-coordinate representation of color #965ECC: hue angle of 270.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965ECC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 94 204 -
CMYK 0.26 0.54 0 0.2
HSL 270.55º 0.52% 0.58% -
HSV(B) 270.55º 0.54% 0.8% -
XYZ 27.48 18.85 59.32 -
YUV 123.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 150 94 204 0.26 0.54 0 0.2 270.55 0.52 0.58
Hex 96 5E CC 1A 36 0 14 10F 34 3A
Octal 226 136 314 32 66 0 24 417 64 72
Binary 10010110 1011110 11001100 11010 110110 0 10100 100001111 110100 111010

Color Harmonies of #965ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ECC

Black with #965ECC

Text Example


Text Example

White with #965ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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