Html Css Color HEX #9B60CB Amethyst

📋 copy color: '#9B60CB'

red 155 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #9B60CB

Tints of Amethyst #9B60CB

RGB

 RED value IS 155 (60.94% from 255) = 34.14%

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

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

R = 34.14%
G = 21.15%
B = 44.71%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B60CB (or 0x9B60CB) is known color: Amethyst. HEX triplet: 9B, 60 and CB. RGB value is (155,96,203). Sum of RGB (Red+Green+Blue) = 155+96+203=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B60CB is #649F34. Grayscale: #7D7D7D. Windows color (decimal): -6594357 or 13328539. OLE color: 13328539.

HSL color Cylindrical-coordinate representation of color #9B60CB: hue angle of 273.08º 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 #9B60CB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 96 203 -
CMYK 0.24 0.53 0 0.20
HSL 273.08º 0.51% 0.59% -
HSV(B) 273.08º 0.53% 0.8% -
XYZ 28.48 19.65 58.79 -
YUV 125.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 155 96 203 0.24 0.53 0 0.20 273.08 0.51 0.59
Hex 9B 60 CB 18 35 0 14 111 33 3B
Octal 233 140 313 30 65 0 24 421 63 73
Binary 10011011 1100000 11001011 11000 110101 0 10100 100010001 110011 111011

Color Harmonies of #9B60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B60CB

Black with #9B60CB

Text Example


Text Example

White with #9B60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B60CB; }

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

 H1.HeaderClassName
 {
   color: #9B60CB;
 }
 .AnyTagClassName
 {
   color: #9B60CB;
 }
</style>

background-color css

<style>
 a { background-color: #9B60CB; }

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

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

border-color css

<style>
 span { border-color: #9B60CB; }

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

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