Html Css Color HEX #9968CB Amethyst

📋 copy color: '#9968CB'

red 153 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #9968CB

Tints of Amethyst #9968CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 33.26%
G = 22.61%
B = 44.13%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9968CB (or 0x9968CB) is known color: Amethyst. HEX triplet: 99, 68 and CB. RGB value is (153,104,203). Sum of RGB (Red+Green+Blue) = 153+104+203=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #9968CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968CB is #669734. Grayscale: #818181. Windows color (decimal): -6723381 or 13330585. OLE color: 13330585.

HSL color Cylindrical-coordinate representation of color #9968CB: hue angle of 269.7º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9968CB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 104 203 -
CMYK 0.25 0.49 0 0.20
HSL 269.7º 0.49% 0.6% -
HSV(B) 269.7º 0.49% 0.8% -
XYZ 28.87 20.98 59.03 -
YUV 129.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 153 104 203 0.25 0.49 0 0.20 269.7 0.49 0.6
Hex 99 68 CB 19 31 0 14 10E 31 3C
Octal 231 150 313 31 61 0 24 416 61 74
Binary 10011001 1101000 11001011 11001 110001 0 10100 100001110 110001 111100

Color Harmonies of #9968CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968CB

Black with #9968CB

Text Example


Text Example

White with #9968CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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