Html Css Color HEX #9C6DCE Amethyst

📋 copy color: '#9C6DCE'

red 156 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #9C6DCE

Tints of Amethyst #9C6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 33.12%
G = 23.14%
B = 43.74%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C6DCE (or 0x9C6DCE) is known color: Amethyst. HEX triplet: 9C, 6D and CE. RGB value is (156,109,206). Sum of RGB (Red+Green+Blue) = 156+109+206=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DCE is #639231. Grayscale: #858585. Windows color (decimal): -6525490 or 13528476. OLE color: 13528476.

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

Color convert

RGB 156 109 206 -
CMYK 0.24 0.47 0 0.19
HSL 269.07º 0.5% 0.62% -
HSV(B) 269.07º 0.47% 0.81% -
XYZ 30.32 22.46 61.13 -
YUV 134.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 156 109 206 0.24 0.47 0 0.19 269.07 0.5 0.62
Hex 9C 6D CE 18 2F 0 13 10D 32 3E
Octal 234 155 316 30 57 0 23 415 62 76
Binary 10011100 1101101 11001110 11000 101111 0 10011 100001101 110010 111110

Color Harmonies of #9C6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DCE

Black with #9C6DCE

Text Example


Text Example

White with #9C6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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