Html Css Color HEX #9967CE Amethyst

📋 copy color: '#9967CE'

red 153 ◦ green 103 ◦ blue 206

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

Shades of Amethyst #9967CE

Tints of Amethyst #9967CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.29%

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

R = 33.12%
G = 22.29%
B = 44.59%

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

#9967CE (or 0x9967CE) is known color: Amethyst. HEX triplet: 99, 67 and CE. RGB value is (153,103,206). Sum of RGB (Red+Green+Blue) = 153+103+206=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #9967CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967CE is #669831. Grayscale: #818181. Windows color (decimal): -6723634 or 13526937. OLE color: 13526937.

HSL color Cylindrical-coordinate representation of color #9967CE: hue angle of 269.13º 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 #9967CE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 103 206 -
CMYK 0.26 0.50 0 0.19
HSL 269.13º 0.51% 0.61% -
HSV(B) 269.13º 0.5% 0.81% -
XYZ 29.13 20.93 60.9 -
YUV 129.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 153 103 206 0.26 0.50 0 0.19 269.13 0.51 0.61
Hex 99 67 CE 1A 32 0 13 10D 33 3D
Octal 231 147 316 32 62 0 23 415 63 75
Binary 10011001 1100111 11001110 11010 110010 0 10011 100001101 110011 111101

Color Harmonies of #9967CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9967CE

Black with #9967CE

Text Example


Text Example

White with #9967CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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