Html Css Color HEX #9C6FCD Amethyst

📋 copy color: '#9C6FCD'

red 156 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #9C6FCD

Tints of Amethyst #9C6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.52%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 33.05%
G = 23.52%
B = 43.43%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C6FCD (or 0x9C6FCD) is known color: Amethyst. HEX triplet: 9C, 6F and CD. RGB value is (156,111,205). Sum of RGB (Red+Green+Blue) = 156+111+205=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FCD is #639032. Grayscale: #868686. Windows color (decimal): -6524979 or 13463452. OLE color: 13463452.

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

Color convert

RGB 156 111 205 -
CMYK 0.24 0.46 0 0.20
HSL 268.72º 0.48% 0.62% -
HSV(B) 268.72º 0.46% 0.8% -
XYZ 30.41 22.84 60.56 -
YUV 135.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 156 111 205 0.24 0.46 0 0.20 268.72 0.48 0.62
Hex 9C 6F CD 18 2E 0 14 10D 30 3E
Octal 234 157 315 30 56 0 24 415 60 76
Binary 10011100 1101111 11001101 11000 101110 0 10100 100001101 110000 111110

Color Harmonies of #9C6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FCD

Black with #9C6FCD

Text Example


Text Example

White with #9C6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,205); }

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

background-color css

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

 a { background-color: rgb(156,111,205); }

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

border-color css

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

 span { border-color: rgb(156,111,205); }

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