Html Css Color HEX #9C6DCD Amethyst

📋 copy color: '#9C6DCD'

red 156 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #9C6DCD

Tints of Amethyst #9C6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.19%

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

R = 33.19%
G = 23.19%
B = 43.62%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C6DCD (or 0x9C6DCD) is known color: Amethyst. HEX triplet: 9C, 6D and CD. RGB value is (156,109,205). Sum of RGB (Red+Green+Blue) = 156+109+205=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DCD is #639232. Grayscale: #858585. Windows color (decimal): -6525491 or 13462940. OLE color: 13462940.

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

Color convert

RGB 156 109 205 -
CMYK 0.24 0.47 0 0.20
HSL 269.38º 0.49% 0.62% -
HSV(B) 269.38º 0.47% 0.8% -
XYZ 30.2 22.41 60.49 -
YUV 134 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 156 109 205 0.24 0.47 0 0.20 269.38 0.49 0.62
Hex 9C 6D CD 18 2F 0 14 10D 31 3E
Octal 234 155 315 30 57 0 24 415 61 76
Binary 10011100 1101101 11001101 11000 101111 0 10100 100001101 110001 111110

Color Harmonies of #9C6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DCD

Black with #9C6DCD

Text Example


Text Example

White with #9C6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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