Html Css Color HEX #9561CE Amethyst

📋 copy color: '#9561CE'

red 149 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #9561CE

Tints of Amethyst #9561CE

RGB

 RED value IS 149 (58.59% from 255) = 32.96%

 GREEN value IS 97 (38.28% from 255) = 21.46%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 32.96%
G = 21.46%
B = 45.58%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9561CE (or 0x9561CE) is known color: Amethyst. HEX triplet: 95, 61 and CE. RGB value is (149,97,206). Sum of RGB (Red+Green+Blue) = 149+97+206=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #9561CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561CE is #6A9E31. Grayscale: #7C7C7C. Windows color (decimal): -6987314 or 13525397. OLE color: 13525397.

HSL color Cylindrical-coordinate representation of color #9561CE: hue angle of 268.62º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9561CE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 97 206 -
CMYK 0.28 0.53 0 0.19
HSL 268.62º 0.53% 0.59% -
HSV(B) 268.62º 0.53% 0.81% -
XYZ 27.81 19.4 60.67 -
YUV 124.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 149 97 206 0.28 0.53 0 0.19 268.62 0.53 0.59
Hex 95 61 CE 1C 35 0 13 10D 35 3B
Octal 225 141 316 34 65 0 23 415 65 73
Binary 10010101 1100001 11001110 11100 110101 0 10011 100001101 110101 111011

Color Harmonies of #9561CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561CE

Black with #9561CE

Text Example


Text Example

White with #9561CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9561CE; }

 p { color: rgb(149,97,206); }

 H1.HeaderClassName
 {
   color: #9561CE;
 }
 .AnyTagClassName
 {
   color: #9561CE;
 }
</style>

background-color css

<style>
 a { background-color: #9561CE; }

 a { background-color: rgb(149,97,206); }

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

border-color css

<style>
 span { border-color: #9561CE; }

 span { border-color: rgb(149,97,206); }

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