Html Css Color HEX #9668CC Amethyst

📋 copy color: '#9668CC'

red 150 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #9668CC

Tints of Amethyst #9668CC

RGB

 RED value IS 150 (58.98% from 255) = 32.75%

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 32.75%
G = 22.71%
B = 44.54%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9668CC (or 0x9668CC) is known color: Amethyst. HEX triplet: 96, 68 and CC. RGB value is (150,104,204). Sum of RGB (Red+Green+Blue) = 150+104+204=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9668CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668CC is #699733. Grayscale: #808080. Windows color (decimal): -6919988 or 13396118. OLE color: 13396118.

HSL color Cylindrical-coordinate representation of color #9668CC: hue angle of 267.6º degrees, saturation: 0.5, 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 #9668CC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 104 204 -
CMYK 0.26 0.49 0 0.2
HSL 267.6º 0.5% 0.6% -
HSV(B) 267.6º 0.49% 0.8% -
XYZ 28.43 20.74 59.63 -
YUV 129.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 150 104 204 0.26 0.49 0 0.2 267.6 0.5 0.6
Hex 96 68 CC 1A 31 0 14 10C 32 3C
Octal 226 150 314 32 61 0 24 414 62 74
Binary 10010110 1101000 11001100 11010 110001 0 10100 100001100 110010 111100

Color Harmonies of #9668CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9668CC

Black with #9668CC

Text Example


Text Example

White with #9668CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9668CC; }

 p { color: rgb(150,104,204); }

 H1.HeaderClassName
 {
   color: #9668CC;
 }
 .AnyTagClassName
 {
   color: #9668CC;
 }
</style>

background-color css

<style>
 a { background-color: #9668CC; }

 a { background-color: rgb(150,104,204); }

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

border-color css

<style>
 span { border-color: #9668CC; }

 span { border-color: rgb(150,104,204); }

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