Html Css Color HEX #9B6ABC Amethyst

📋 copy color: '#9B6ABC'

red 155 ◦ green 106 ◦ blue 188

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

Shades of Amethyst #9B6ABC

Tints of Amethyst #9B6ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 34.52%
G = 23.61%
B = 41.87%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B6ABC (or 0x9B6ABC) is known color: Amethyst. HEX triplet: 9B, 6A and BC. RGB value is (155,106,188). Sum of RGB (Red+Green+Blue) = 155+106+188=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ABC is #649543. Grayscale: #818181. Windows color (decimal): -6591812 or 12348059. OLE color: 12348059.

HSL color Cylindrical-coordinate representation of color #9B6ABC: hue angle of 275.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6ABC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 106 188 -
CMYK 0.18 0.44 0 0.26
HSL 275.85º 0.38% 0.58% -
HSV(B) 275.85º 0.44% 0.74% -
XYZ 27.75 20.91 50.15 -
YUV 130 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 155 106 188 0.18 0.44 0 0.26 275.85 0.38 0.58
Hex 9B 6A BC 12 2C 0 1A 114 26 3A
Octal 233 152 274 22 54 0 32 424 46 72
Binary 10011011 1101010 10111100 10010 101100 0 11010 100010100 100110 111010

Color Harmonies of #9B6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6ABC

Black with #9B6ABC

Text Example


Text Example

White with #9B6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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