Html Css Color HEX #9C69CE Amethyst

📋 copy color: '#9C69CE'

red 156 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #9C69CE

Tints of Amethyst #9C69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

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

R = 33.4%
G = 22.48%
B = 44.11%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C69CE (or 0x9C69CE) is known color: Amethyst. HEX triplet: 9C, 69 and CE. RGB value is (156,105,206). Sum of RGB (Red+Green+Blue) = 156+105+206=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69CE is #639631. Grayscale: #838383. Windows color (decimal): -6526514 or 13527452. OLE color: 13527452.

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

Color convert

RGB 156 105 206 -
CMYK 0.24 0.49 0 0.19
HSL 270.3º 0.51% 0.61% -
HSV(B) 270.3º 0.49% 0.81% -
XYZ 29.9 21.63 60.99 -
YUV 131.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 156 105 206 0.24 0.49 0 0.19 270.3 0.51 0.61
Hex 9C 69 CE 18 31 0 13 10E 33 3D
Octal 234 151 316 30 61 0 23 416 63 75
Binary 10011100 1101001 11001110 11000 110001 0 10011 100001110 110011 111101

Color Harmonies of #9C69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C69CE

Black with #9C69CE

Text Example


Text Example

White with #9C69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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