Html Css Color HEX #9B6ACB Amethyst

📋 copy color: '#9B6ACB'

red 155 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #9B6ACB

Tints of Amethyst #9B6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 33.41%
G = 22.84%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B6ACB (or 0x9B6ACB) is known color: Amethyst. HEX triplet: 9B, 6A and CB. RGB value is (155,106,203). Sum of RGB (Red+Green+Blue) = 155+106+203=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ACB is #649534. Grayscale: #838383. Windows color (decimal): -6591797 or 13331099. OLE color: 13331099.

HSL color Cylindrical-coordinate representation of color #9B6ACB: hue angle of 270.31º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B6ACB is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 106 203 -
CMYK 0.24 0.48 0 0.20
HSL 270.31º 0.48% 0.61% -
HSV(B) 270.31º 0.48% 0.8% -
XYZ 29.45 21.59 59.11 -
YUV 131.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 155 106 203 0.24 0.48 0 0.20 270.31 0.48 0.61
Hex 9B 6A CB 18 30 0 14 10E 30 3D
Octal 233 152 313 30 60 0 24 416 60 75
Binary 10011011 1101010 11001011 11000 110000 0 10100 100001110 110000 111101

Color Harmonies of #9B6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6ACB

Black with #9B6ACB

Text Example


Text Example

White with #9B6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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