Html Css Color HEX #9C68CB Amethyst

📋 copy color: '#9C68CB'

red 156 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #9C68CB

Tints of Amethyst #9C68CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

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

R = 33.69%
G = 22.46%
B = 43.84%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C68CB (or 0x9C68CB) is known color: Amethyst. HEX triplet: 9C, 68 and CB. RGB value is (156,104,203). Sum of RGB (Red+Green+Blue) = 156+104+203=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68CB is #639734. Grayscale: #828282. Windows color (decimal): -6526773 or 13330588. OLE color: 13330588.

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

Color convert

RGB 156 104 203 -
CMYK 0.23 0.49 0 0.20
HSL 271.52º 0.49% 0.6% -
HSV(B) 271.52º 0.49% 0.8% -
XYZ 29.44 21.28 59.06 -
YUV 130.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 156 104 203 0.23 0.49 0 0.20 271.52 0.49 0.6
Hex 9C 68 CB 17 31 0 14 110 31 3C
Octal 234 150 313 27 61 0 24 420 61 74
Binary 10011100 1101000 11001011 10111 110001 0 10100 100010000 110001 111100

Color Harmonies of #9C68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C68CB

Black with #9C68CB

Text Example


Text Example

White with #9C68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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