Html Css Color HEX #9C6CBF Amethyst

📋 copy color: '#9C6CBF'

red 156 ◦ green 108 ◦ blue 191

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

Shades of Amethyst #9C6CBF

Tints of Amethyst #9C6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

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

R = 34.29%
G = 23.74%
B = 41.98%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C6CBF (or 0x9C6CBF) is known color: Amethyst. HEX triplet: 9C, 6C and BF. RGB value is (156,108,191). Sum of RGB (Red+Green+Blue) = 156+108+191=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C6CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CBF is #639340. Grayscale: #838383. Windows color (decimal): -6525761 or 12545180. OLE color: 12545180.

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

Color convert

RGB 156 108 191 -
CMYK 0.18 0.43 0 0.25
HSL 274.7º 0.39% 0.59% -
HSV(B) 274.7º 0.43% 0.75% -
XYZ 28.48 21.55 51.95 -
YUV 131.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 156 108 191 0.18 0.43 0 0.25 274.7 0.39 0.59
Hex 9C 6C BF 12 2B 0 19 113 27 3B
Octal 234 154 277 22 53 0 31 423 47 73
Binary 10011100 1101100 10111111 10010 101011 0 11001 100010011 100111 111011

Color Harmonies of #9C6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CBF

Black with #9C6CBF

Text Example


Text Example

White with #9C6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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