Html Css Color HEX #9C6DCB Amethyst

📋 copy color: '#9C6DCB'

red 156 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #9C6DCB

Tints of Amethyst #9C6DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 33.33%
G = 23.29%
B = 43.38%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C6DCB (or 0x9C6DCB) is known color: Amethyst. HEX triplet: 9C, 6D and CB. RGB value is (156,109,203). Sum of RGB (Red+Green+Blue) = 156+109+203=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DCB is #639234. Grayscale: #858585. Windows color (decimal): -6525493 or 13331868. OLE color: 13331868.

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

Color convert

RGB 156 109 203 -
CMYK 0.23 0.46 0 0.20
HSL 270º 0.47% 0.61% -
HSV(B) 270º 0.46% 0.8% -
XYZ 29.96 22.32 59.23 -
YUV 133.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 156 109 203 0.23 0.46 0 0.20 270 0.47 0.61
Hex 9C 6D CB 17 2E 0 14 10E 2F 3D
Octal 234 155 313 27 56 0 24 416 57 75
Binary 10011100 1101101 11001011 10111 101110 0 10100 100001110 101111 111101

Color Harmonies of #9C6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DCB

Black with #9C6DCB

Text Example


Text Example

White with #9C6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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