Html Css Color HEX #9656CA Amethyst

📋 copy color: '#9656CA'

red 150 ◦ green 86 ◦ blue 202

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

Shades of Amethyst #9656CA

Tints of Amethyst #9656CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

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

R = 34.25%
G = 19.63%
B = 46.12%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9656CA (or 0x9656CA) is known color: Amethyst. HEX triplet: 96, 56 and CA. RGB value is (150,86,202). Sum of RGB (Red+Green+Blue) = 150+86+202=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #9656CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656CA is #69A935. Grayscale: #757575. Windows color (decimal): -6924598 or 13260438. OLE color: 13260438.

HSL color Cylindrical-coordinate representation of color #9656CA: hue angle of 273.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9656CA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 86 202 -
CMYK 0.26 0.57 0 0.21
HSL 273.1º 0.52% 0.56% -
HSV(B) 273.1º 0.57% 0.79% -
XYZ 26.57 17.4 57.84 -
YUV 118.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 150 86 202 0.26 0.57 0 0.21 273.1 0.52 0.56
Hex 96 56 CA 1A 39 0 15 111 34 38
Octal 226 126 312 32 71 0 25 421 64 70
Binary 10010110 1010110 11001010 11010 111001 0 10101 100010001 110100 111000

Color Harmonies of #9656CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656CA

Black with #9656CA

Text Example


Text Example

White with #9656CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9656CA; }

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

 H1.HeaderClassName
 {
   color: #9656CA;
 }
 .AnyTagClassName
 {
   color: #9656CA;
 }
</style>

background-color css

<style>
 a { background-color: #9656CA; }

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

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

border-color css

<style>
 span { border-color: #9656CA; }

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

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