Html Css Color HEX #9968BF Amethyst

📋 copy color: '#9968BF'

red 153 ◦ green 104 ◦ blue 191

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

Shades of Amethyst #9968BF

Tints of Amethyst #9968BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.21%

 BLUE value IS 191 (75% from 255) = 42.63%

R = 34.15%
G = 23.21%
B = 42.63%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9968BF (or 0x9968BF) is known color: Amethyst. HEX triplet: 99, 68 and BF. RGB value is (153,104,191). Sum of RGB (Red+Green+Blue) = 153+104+191=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #9968BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BF is #669740. Grayscale: #808080. Windows color (decimal): -6723393 or 12544153. OLE color: 12544153.

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

Color convert

RGB 153 104 191 -
CMYK 0.20 0.46 0 0.25
HSL 273.79º 0.4% 0.58% -
HSV(B) 273.79º 0.46% 0.75% -
XYZ 27.49 20.43 51.79 -
YUV 128.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 153 104 191 0.20 0.46 0 0.25 273.79 0.4 0.58
Hex 99 68 BF 14 2E 0 19 112 28 3A
Octal 231 150 277 24 56 0 31 422 50 72
Binary 10011001 1101000 10111111 10100 101110 0 11001 100010010 101000 111010

Color Harmonies of #9968BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968BF

Black with #9968BF

Text Example


Text Example

White with #9968BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9968BF; }

 p { color: rgb(153,104,191); }

 H1.HeaderClassName
 {
   color: #9968BF;
 }
 .AnyTagClassName
 {
   color: #9968BF;
 }
</style>

background-color css

<style>
 a { background-color: #9968BF; }

 a { background-color: rgb(153,104,191); }

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

border-color css

<style>
 span { border-color: #9968BF; }

 span { border-color: rgb(153,104,191); }

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