Html Css Color HEX #9969C0 Amethyst

📋 copy color: '#9969C0'

red 153 ◦ green 105 ◦ blue 192

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

Shades of Amethyst #9969C0

Tints of Amethyst #9969C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 34%
G = 23.33%
B = 42.67%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9969C0 (or 0x9969C0) is known color: Amethyst. HEX triplet: 99, 69 and C0. RGB value is (153,105,192). Sum of RGB (Red+Green+Blue) = 153+105+192=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #9969C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969C0 is #66963F. Grayscale: #808080. Windows color (decimal): -6723136 or 12609945. OLE color: 12609945.

HSL color Cylindrical-coordinate representation of color #9969C0: hue angle of 273.1º degrees, saturation: 0.41, 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 #9969C0 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 105 192 -
CMYK 0.20 0.45 0 0.25
HSL 273.1º 0.41% 0.58% -
HSV(B) 273.1º 0.45% 0.75% -
XYZ 27.7 20.68 52.4 -
YUV 129.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 153 105 192 0.20 0.45 0 0.25 273.1 0.41 0.58
Hex 99 69 C0 14 2D 0 19 111 29 3A
Octal 231 151 300 24 55 0 31 421 51 72
Binary 10011001 1101001 11000000 10100 101101 0 11001 100010001 101001 111010

Color Harmonies of #9969C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969C0

Black with #9969C0

Text Example


Text Example

White with #9969C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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