Html Css Color HEX #9264C8 Amethyst

📋 copy color: '#9264C8'

red 146 ◦ green 100 ◦ blue 200

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

Shades of Amethyst #9264C8

Tints of Amethyst #9264C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 32.74%
G = 22.42%
B = 44.84%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9264C8 (or 0x9264C8) is known color: Amethyst. HEX triplet: 92, 64 and C8. RGB value is (146,100,200). Sum of RGB (Red+Green+Blue) = 146+100+200=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #9264C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264C8 is #6D9B37. Grayscale: #7C7C7C. Windows color (decimal): -7183160 or 13132946. OLE color: 13132946.

HSL color Cylindrical-coordinate representation of color #9264C8: hue angle of 267.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9264C8 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 100 200 -
CMYK 0.27 0.5 0 0.22
HSL 267.6º 0.48% 0.59% -
HSV(B) 267.6º 0.5% 0.78% -
XYZ 26.84 19.4 56.97 -
YUV 125.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 146 100 200 0.27 0.5 0 0.22 267.6 0.48 0.59
Hex 92 64 C8 1B 32 0 16 10C 30 3B
Octal 222 144 310 33 62 0 26 414 60 73
Binary 10010010 1100100 11001000 11011 110010 0 10110 100001100 110000 111011

Color Harmonies of #9264C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9264C8

Black with #9264C8

Text Example


Text Example

White with #9264C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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