Html Css Color HEX #9961CE Amethyst

📋 copy color: '#9961CE'

red 153 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #9961CE

Tints of Amethyst #9961CE

RGB

 RED value IS 153 (60.16% from 255) = 33.55%

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

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

R = 33.55%
G = 21.27%
B = 45.18%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9961CE (or 0x9961CE) is known color: Amethyst. HEX triplet: 99, 61 and CE. RGB value is (153,97,206). Sum of RGB (Red+Green+Blue) = 153+97+206=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9961CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961CE is #669E31. Grayscale: #7D7D7D. Windows color (decimal): -6725170 or 13525401. OLE color: 13525401.

HSL color Cylindrical-coordinate representation of color #9961CE: hue angle of 270.83º 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 #9961CE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 97 206 -
CMYK 0.26 0.53 0 0.19
HSL 270.83º 0.53% 0.59% -
HSV(B) 270.83º 0.53% 0.81% -
XYZ 28.55 19.78 60.71 -
YUV 126.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 153 97 206 0.26 0.53 0 0.19 270.83 0.53 0.59
Hex 99 61 CE 1A 35 0 13 10F 35 3B
Octal 231 141 316 32 65 0 23 417 65 73
Binary 10011001 1100001 11001110 11010 110101 0 10011 100001111 110101 111011

Color Harmonies of #9961CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961CE

Black with #9961CE

Text Example


Text Example

White with #9961CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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