Html Css Color HEX #9C6FCB Amethyst

📋 copy color: '#9C6FCB'

red 156 ◦ green 111 ◦ blue 203

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

Shades of Amethyst #9C6FCB

Tints of Amethyst #9C6FCB

RGB

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

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

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

R = 33.19%
G = 23.62%
B = 43.19%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C6FCB (or 0x9C6FCB) is known color: Amethyst. HEX triplet: 9C, 6F and CB. RGB value is (156,111,203). Sum of RGB (Red+Green+Blue) = 156+111+203=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C6FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FCB is #639034. Grayscale: #868686. Windows color (decimal): -6524981 or 13332380. OLE color: 13332380.

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

Color convert

RGB 156 111 203 -
CMYK 0.23 0.45 0 0.20
HSL 269.35º 0.47% 0.62% -
HSV(B) 269.35º 0.45% 0.8% -
XYZ 30.17 22.75 59.3 -
YUV 134.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 156 111 203 0.23 0.45 0 0.20 269.35 0.47 0.62
Hex 9C 6F CB 17 2D 0 14 10D 2F 3E
Octal 234 157 313 27 55 0 24 415 57 76
Binary 10011100 1101111 11001011 10111 101101 0 10100 100001101 101111 111110

Color Harmonies of #9C6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FCB

Black with #9C6FCB

Text Example


Text Example

White with #9C6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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