Html Css Color HEX #9968BC Amethyst

📋 copy color: '#9968BC'

red 153 ◦ green 104 ◦ blue 188

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

Shades of Amethyst #9968BC

Tints of Amethyst #9968BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 34.38%
G = 23.37%
B = 42.25%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9968BC (or 0x9968BC) is known color: Amethyst. HEX triplet: 99, 68 and BC. RGB value is (153,104,188). Sum of RGB (Red+Green+Blue) = 153+104+188=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #9968BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968BC is #669743. Grayscale: #7F7F7F. Windows color (decimal): -6723396 or 12347545. OLE color: 12347545.

HSL color Cylindrical-coordinate representation of color #9968BC: hue angle of 275º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9968BC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 104 188 -
CMYK 0.19 0.45 0 0.26
HSL 275º 0.39% 0.57% -
HSV(B) 275º 0.45% 0.74% -
XYZ 27.16 20.3 50.06 -
YUV 128.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 153 104 188 0.19 0.45 0 0.26 275 0.39 0.57
Hex 99 68 BC 13 2D 0 1A 113 27 39
Octal 231 150 274 23 55 0 32 423 47 71
Binary 10011001 1101000 10111100 10011 101101 0 11010 100010011 100111 111001

Color Harmonies of #9968BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968BC

Black with #9968BC

Text Example


Text Example

White with #9968BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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