Html Css Color HEX #9A67CC Amethyst

📋 copy color: '#9A67CC'

red 154 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #9A67CC

Tints of Amethyst #9A67CC

RGB

 RED value IS 154 (60.55% from 255) = 33.41%

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 33.41%
G = 22.34%
B = 44.25%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A67CC (or 0x9A67CC) is known color: Amethyst. HEX triplet: 9A, 67 and CC. RGB value is (154,103,204). Sum of RGB (Red+Green+Blue) = 154+103+204=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A67CC is #659833. Grayscale: #818181. Windows color (decimal): -6658100 or 13395866. OLE color: 13395866.

HSL color Cylindrical-coordinate representation of color #9A67CC: hue angle of 270.3º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A67CC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 103 204 -
CMYK 0.25 0.50 0 0.2
HSL 270.3º 0.5% 0.6% -
HSV(B) 270.3º 0.5% 0.8% -
XYZ 29.08 20.93 59.63 -
YUV 129.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 154 103 204 0.25 0.50 0 0.2 270.3 0.5 0.6
Hex 9A 67 CC 19 32 0 14 10E 32 3C
Octal 232 147 314 31 62 0 24 416 62 74
Binary 10011010 1100111 11001100 11001 110010 0 10100 100001110 110010 111100

Color Harmonies of #9A67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A67CC

Black with #9A67CC

Text Example


Text Example

White with #9A67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,103,204); }

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

background-color css

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

 a { background-color: rgb(154,103,204); }

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

border-color css

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

 span { border-color: rgb(154,103,204); }

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