Html Css Color HEX #965ACC Amethyst

📋 copy color: '#965ACC'

red 150 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #965ACC

Tints of Amethyst #965ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

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

R = 33.78%
G = 20.27%
B = 45.95%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#965ACC (or 0x965ACC) is known color: Amethyst. HEX triplet: 96, 5A and CC. RGB value is (150,90,204). Sum of RGB (Red+Green+Blue) = 150+90+204=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #965ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ACC is #69A533. Grayscale: #787878. Windows color (decimal): -6923572 or 13392534. OLE color: 13392534.

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

Color convert

RGB 150 90 204 -
CMYK 0.26 0.56 0 0.2
HSL 271.58º 0.53% 0.58% -
HSV(B) 271.58º 0.56% 0.8% -
XYZ 27.13 18.16 59.2 -
YUV 120.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 150 90 204 0.26 0.56 0 0.2 271.58 0.53 0.58
Hex 96 5A CC 1A 38 0 14 110 35 3A
Octal 226 132 314 32 70 0 24 420 65 72
Binary 10010110 1011010 11001100 11010 111000 0 10100 100010000 110101 111010

Color Harmonies of #965ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ACC

Black with #965ACC

Text Example


Text Example

White with #965ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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