Html Css Color HEX #9968D7 Amethyst

📋 copy color: '#9968D7'

red 153 ◦ green 104 ◦ blue 215

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

Shades of Amethyst #9968D7

Tints of Amethyst #9968D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 32.42%
G = 22.03%
B = 45.55%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9968D7 (or 0x9968D7) is known color: Amethyst. HEX triplet: 99, 68 and D7. RGB value is (153,104,215). Sum of RGB (Red+Green+Blue) = 153+104+215=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #9968D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968D7 is #669728. Grayscale: #828282. Windows color (decimal): -6723369 or 14117017. OLE color: 14117017.

HSL color Cylindrical-coordinate representation of color #9968D7: hue angle of 266.49º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9968D7 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 104 215 -
CMYK 0.29 0.52 0 0.16
HSL 266.49º 0.58% 0.63% -
HSV(B) 266.49º 0.52% 0.84% -
XYZ 30.35 21.58 66.86 -
YUV 131.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 153 104 215 0.29 0.52 0 0.16 266.49 0.58 0.63
Hex 99 68 D7 1D 34 0 10 10A 3A 3F
Octal 231 150 327 35 64 0 20 412 72 77
Binary 10011001 1101000 11010111 11101 110100 0 10000 100001010 111010 111111

Color Harmonies of #9968D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968D7

Black with #9968D7

Text Example


Text Example

White with #9968D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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