Html Css Color HEX #9961CF Amethyst

📋 copy color: '#9961CF'

red 153 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #9961CF

Tints of Amethyst #9961CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 33.48%
G = 21.23%
B = 45.3%

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

#9961CF (or 0x9961CF) is known color: Amethyst. HEX triplet: 99, 61 and CF. RGB value is (153,97,207). Sum of RGB (Red+Green+Blue) = 153+97+207=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9961CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961CF is #669E30. Grayscale: #7D7D7D. Windows color (decimal): -6725169 or 13590937. OLE color: 13590937.

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

Color convert

RGB 153 97 207 -
CMYK 0.26 0.53 0 0.19
HSL 270.55º 0.53% 0.6% -
HSV(B) 270.55º 0.53% 0.81% -
XYZ 28.67 19.83 61.35 -
YUV 126.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 153 97 207 0.26 0.53 0 0.19 270.55 0.53 0.6
Hex 99 61 CF 1A 35 0 13 10F 35 3C
Octal 231 141 317 32 65 0 23 417 65 74
Binary 10011001 1100001 11001111 11010 110101 0 10011 100001111 110101 111100

Color Harmonies of #9961CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961CF

Black with #9961CF

Text Example


Text Example

White with #9961CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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