Html Css Color HEX #9660CB Amethyst

📋 copy color: '#9660CB'

red 150 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #9660CB

Tints of Amethyst #9660CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

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

R = 33.41%
G = 21.38%
B = 45.21%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9660CB (or 0x9660CB) is known color: Amethyst. HEX triplet: 96, 60 and CB. RGB value is (150,96,203). Sum of RGB (Red+Green+Blue) = 150+96+203=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #9660CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660CB is #699F34. Grayscale: #7B7B7B. Windows color (decimal): -6922037 or 13328534. OLE color: 13328534.

HSL color Cylindrical-coordinate representation of color #9660CB: hue angle of 270.28º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9660CB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 96 203 -
CMYK 0.26 0.53 0 0.20
HSL 270.28º 0.51% 0.59% -
HSV(B) 270.28º 0.53% 0.8% -
XYZ 27.54 19.16 58.75 -
YUV 124.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 150 96 203 0.26 0.53 0 0.20 270.28 0.51 0.59
Hex 96 60 CB 1A 35 0 14 10E 33 3B
Octal 226 140 313 32 65 0 24 416 63 73
Binary 10010110 1100000 11001011 11010 110101 0 10100 100001110 110011 111011

Color Harmonies of #9660CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660CB

Black with #9660CB

Text Example


Text Example

White with #9660CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,96,203); }

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

background-color css

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

 a { background-color: rgb(150,96,203); }

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

border-color css

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

 span { border-color: rgb(150,96,203); }

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