Html Css Color HEX #9C68CD Amethyst

📋 copy color: '#9C68CD'

red 156 ◦ green 104 ◦ blue 205

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

Shades of Amethyst #9C68CD

Tints of Amethyst #9C68CD

RGB

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

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

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

R = 33.55%
G = 22.37%
B = 44.09%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C68CD (or 0x9C68CD) is known color: Amethyst. HEX triplet: 9C, 68 and CD. RGB value is (156,104,205). Sum of RGB (Red+Green+Blue) = 156+104+205=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C68CD is #639732. Grayscale: #828282. Windows color (decimal): -6526771 or 13461660. OLE color: 13461660.

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

Color convert

RGB 156 104 205 -
CMYK 0.24 0.49 0 0.20
HSL 270.89º 0.5% 0.61% -
HSV(B) 270.89º 0.49% 0.8% -
XYZ 29.68 21.38 60.32 -
YUV 131.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 156 104 205 0.24 0.49 0 0.20 270.89 0.5 0.61
Hex 9C 68 CD 18 31 0 14 10F 32 3D
Octal 234 150 315 30 61 0 24 417 62 75
Binary 10011100 1101000 11001101 11000 110001 0 10100 100001111 110010 111101

Color Harmonies of #9C68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C68CD

Black with #9C68CD

Text Example


Text Example

White with #9C68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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