Html Css Color HEX #9968CE Amethyst

📋 copy color: '#9968CE'

red 153 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #9968CE

Tints of Amethyst #9968CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 33.05%
G = 22.46%
B = 44.49%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9968CE (or 0x9968CE) is known color: Amethyst. HEX triplet: 99, 68 and CE. RGB value is (153,104,206). Sum of RGB (Red+Green+Blue) = 153+104+206=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #9968CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968CE is #669731. Grayscale: #818181. Windows color (decimal): -6723378 or 13527193. OLE color: 13527193.

HSL color Cylindrical-coordinate representation of color #9968CE: hue angle of 268.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9968CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 104 206 -
CMYK 0.26 0.50 0 0.19
HSL 268.82º 0.51% 0.61% -
HSV(B) 268.82º 0.5% 0.81% -
XYZ 29.23 21.13 60.93 -
YUV 130.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 153 104 206 0.26 0.50 0 0.19 268.82 0.51 0.61
Hex 99 68 CE 1A 32 0 13 10D 33 3D
Octal 231 150 316 32 62 0 23 415 63 75
Binary 10011001 1101000 11001110 11010 110010 0 10011 100001101 110011 111101

Color Harmonies of #9968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968CE

Black with #9968CE

Text Example


Text Example

White with #9968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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