Html Css Color HEX #9264CC Amethyst

📋 copy color: '#9264CC'

red 146 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #9264CC

Tints of Amethyst #9264CC

RGB

 RED value IS 146 (57.42% from 255) = 32.44%

 GREEN value IS 100 (39.45% from 255) = 22.22%

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

R = 32.44%
G = 22.22%
B = 45.33%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9264CC (or 0x9264CC) is known color: Amethyst. HEX triplet: 92, 64 and CC. RGB value is (146,100,204). Sum of RGB (Red+Green+Blue) = 146+100+204=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #9264CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264CC is #6D9B33. Grayscale: #7D7D7D. Windows color (decimal): -7183156 or 13395090. OLE color: 13395090.

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

Color convert

RGB 146 100 204 -
CMYK 0.28 0.51 0 0.2
HSL 266.54º 0.5% 0.6% -
HSV(B) 266.54º 0.51% 0.8% -
XYZ 27.31 19.58 59.47 -
YUV 125.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 146 100 204 0.28 0.51 0 0.2 266.54 0.5 0.6
Hex 92 64 CC 1C 33 0 14 10B 32 3C
Octal 222 144 314 34 63 0 24 413 62 74
Binary 10010010 1100100 11001100 11100 110011 0 10100 100001011 110010 111100

Color Harmonies of #9264CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9264CC

Black with #9264CC

Text Example


Text Example

White with #9264CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9264CC; }

 p { color: rgb(146,100,204); }

 H1.HeaderClassName
 {
   color: #9264CC;
 }
 .AnyTagClassName
 {
   color: #9264CC;
 }
</style>

background-color css

<style>
 a { background-color: #9264CC; }

 a { background-color: rgb(146,100,204); }

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

border-color css

<style>
 span { border-color: #9264CC; }

 span { border-color: rgb(146,100,204); }

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