Html Css Color HEX #9967BE Amethyst

📋 copy color: '#9967BE'

red 153 ◦ green 103 ◦ blue 190

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

Shades of Amethyst #9967BE

Tints of Amethyst #9967BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.09%

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

R = 34.3%
G = 23.09%
B = 42.6%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9967BE (or 0x9967BE) is known color: Amethyst. HEX triplet: 99, 67 and BE. RGB value is (153,103,190). Sum of RGB (Red+Green+Blue) = 153+103+190=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #9967BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967BE is #669841. Grayscale: #7F7F7F. Windows color (decimal): -6723650 or 12478361. OLE color: 12478361.

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

Color convert

RGB 153 103 190 -
CMYK 0.19 0.46 0 0.25
HSL 274.48º 0.4% 0.57% -
HSV(B) 274.48º 0.46% 0.75% -
XYZ 27.28 20.19 51.17 -
YUV 127.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 153 103 190 0.19 0.46 0 0.25 274.48 0.4 0.57
Hex 99 67 BE 13 2E 0 19 112 28 39
Octal 231 147 276 23 56 0 31 422 50 71
Binary 10011001 1100111 10111110 10011 101110 0 11001 100010010 101000 111001

Color Harmonies of #9967BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9967BE

Black with #9967BE

Text Example


Text Example

White with #9967BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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