Html Css Color HEX #9969BE Amethyst

📋 copy color: '#9969BE'

red 153 ◦ green 105 ◦ blue 190

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

Shades of Amethyst #9969BE

Tints of Amethyst #9969BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 34.15%
G = 23.44%
B = 42.41%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9969BE (or 0x9969BE) is known color: Amethyst. HEX triplet: 99, 69 and BE. RGB value is (153,105,190). Sum of RGB (Red+Green+Blue) = 153+105+190=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9969BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969BE is #669641. Grayscale: #808080. Windows color (decimal): -6723138 or 12478873. OLE color: 12478873.

HSL color Cylindrical-coordinate representation of color #9969BE: hue angle of 273.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9969BE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 105 190 -
CMYK 0.19 0.45 0 0.25
HSL 273.88º 0.4% 0.58% -
HSV(B) 273.88º 0.45% 0.75% -
XYZ 27.48 20.59 51.24 -
YUV 129.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 153 105 190 0.19 0.45 0 0.25 273.88 0.4 0.58
Hex 99 69 BE 13 2D 0 19 112 28 3A
Octal 231 151 276 23 55 0 31 422 50 72
Binary 10011001 1101001 10111110 10011 101101 0 11001 100010010 101000 111010

Color Harmonies of #9969BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969BE

Black with #9969BE

Text Example


Text Example

White with #9969BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9969BE; }

 p { color: rgb(153,105,190); }

 H1.HeaderClassName
 {
   color: #9969BE;
 }
 .AnyTagClassName
 {
   color: #9969BE;
 }
</style>

background-color css

<style>
 a { background-color: #9969BE; }

 a { background-color: rgb(153,105,190); }

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

border-color css

<style>
 span { border-color: #9969BE; }

 span { border-color: rgb(153,105,190); }

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