Html Css Color HEX #9C67CF Amethyst

📋 copy color: '#9C67CF'

red 156 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #9C67CF

Tints of Amethyst #9C67CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 33.48%
G = 22.1%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C67CF (or 0x9C67CF) is known color: Amethyst. HEX triplet: 9C, 67 and CF. RGB value is (156,103,207). Sum of RGB (Red+Green+Blue) = 156+103+207=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C67CF is #639830. Grayscale: #828282. Windows color (decimal): -6527025 or 13592476. OLE color: 13592476.

HSL color Cylindrical-coordinate representation of color #9C67CF: hue angle of 270.58º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C67CF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 103 207 -
CMYK 0.25 0.50 0 0.19
HSL 270.58º 0.52% 0.61% -
HSV(B) 270.58º 0.5% 0.81% -
XYZ 29.82 21.27 61.57 -
YUV 130.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 156 103 207 0.25 0.50 0 0.19 270.58 0.52 0.61
Hex 9C 67 CF 19 32 0 13 10F 34 3D
Octal 234 147 317 31 62 0 23 417 64 75
Binary 10011100 1100111 11001111 11001 110010 0 10011 100001111 110100 111101

Color Harmonies of #9C67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C67CF

Black with #9C67CF

Text Example


Text Example

White with #9C67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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