Html Css Color HEX #9C6BBF Amethyst

📋 copy color: '#9C6BBF'

red 156 ◦ green 107 ◦ blue 191

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

Shades of Amethyst #9C6BBF

Tints of Amethyst #9C6BBF

RGB

 RED value IS 156 (61.33% from 255) = 34.36%

 GREEN value IS 107 (42.19% from 255) = 23.57%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 34.36%
G = 23.57%
B = 42.07%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C6BBF (or 0x9C6BBF) is known color: Amethyst. HEX triplet: 9C, 6B and BF. RGB value is (156,107,191). Sum of RGB (Red+Green+Blue) = 156+107+191=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BBF is #639440. Grayscale: #828282. Windows color (decimal): -6526017 or 12544924. OLE color: 12544924.

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

Color convert

RGB 156 107 191 -
CMYK 0.18 0.44 0 0.25
HSL 275º 0.4% 0.58% -
HSV(B) 275º 0.44% 0.75% -
XYZ 28.37 21.34 51.91 -
YUV 131.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 156 107 191 0.18 0.44 0 0.25 275 0.4 0.58
Hex 9C 6B BF 12 2C 0 19 113 28 3A
Octal 234 153 277 22 54 0 31 423 50 72
Binary 10011100 1101011 10111111 10010 101100 0 11001 100010011 101000 111010

Color Harmonies of #9C6BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BBF

Black with #9C6BBF

Text Example


Text Example

White with #9C6BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,191); }

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

background-color css

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

 a { background-color: rgb(156,107,191); }

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

border-color css

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

 span { border-color: rgb(156,107,191); }

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