Html Css Color HEX #9C67DA Amethyst

📋 copy color: '#9C67DA'

red 156 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #9C67DA

Tints of Amethyst #9C67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.59%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 32.7%
G = 21.59%
B = 45.7%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C67DA (or 0x9C67DA) is known color: Amethyst. HEX triplet: 9C, 67 and DA. RGB value is (156,103,218). Sum of RGB (Red+Green+Blue) = 156+103+218=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C67DA is #639825. Grayscale: #838383. Windows color (decimal): -6527014 or 14313372. OLE color: 14313372.

HSL color Cylindrical-coordinate representation of color #9C67DA: hue angle of 267.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C67DA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 103 218 -
CMYK 0.28 0.53 0 0.15
HSL 267.65º 0.61% 0.63% -
HSV(B) 267.65º 0.53% 0.85% -
XYZ 31.22 21.83 68.9 -
YUV 131.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 156 103 218 0.28 0.53 0 0.15 267.65 0.61 0.63
Hex 9C 67 DA 1C 35 0 F 10C 3D 3F
Octal 234 147 332 34 65 0 17 414 75 77
Binary 10011100 1100111 11011010 11100 110101 0 1111 100001100 111101 111111

Color Harmonies of #9C67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C67DA

Black with #9C67DA

Text Example


Text Example

White with #9C67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,103,218); }

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

background-color css

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

 a { background-color: rgb(156,103,218); }

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

border-color css

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

 span { border-color: rgb(156,103,218); }

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