Html Css Color HEX #9266C8 Amethyst

📋 copy color: '#9266C8'

red 146 ◦ green 102 ◦ blue 200

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

Shades of Amethyst #9266C8

Tints of Amethyst #9266C8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.77%

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

R = 32.59%
G = 22.77%
B = 44.64%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9266C8 (or 0x9266C8) is known color: Amethyst. HEX triplet: 92, 66 and C8. RGB value is (146,102,200). Sum of RGB (Red+Green+Blue) = 146+102+200=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #9266C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266C8 is #6D9937. Grayscale: #7D7D7D. Windows color (decimal): -7182648 or 13133458. OLE color: 13133458.

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

Color convert

RGB 146 102 200 -
CMYK 0.27 0.49 0 0.22
HSL 266.94º 0.47% 0.59% -
HSV(B) 266.94º 0.49% 0.78% -
XYZ 27.03 19.78 57.04 -
YUV 126.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 146 102 200 0.27 0.49 0 0.22 266.94 0.47 0.59
Hex 92 66 C8 1B 31 0 16 10B 2F 3B
Octal 222 146 310 33 61 0 26 413 57 73
Binary 10010010 1100110 11001000 11011 110001 0 10110 100001011 101111 111011

Color Harmonies of #9266C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9266C8

Black with #9266C8

Text Example


Text Example

White with #9266C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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