Html Css Color HEX #9266CC Amethyst

📋 copy color: '#9266CC'

red 146 ◦ green 102 ◦ blue 204

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

Shades of Amethyst #9266CC

Tints of Amethyst #9266CC

RGB

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

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

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

R = 32.3%
G = 22.57%
B = 45.13%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9266CC (or 0x9266CC) is known color: Amethyst. HEX triplet: 92, 66 and CC. RGB value is (146,102,204). Sum of RGB (Red+Green+Blue) = 146+102+204=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9266CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266CC is #6D9933. Grayscale: #7E7E7E. Windows color (decimal): -7182644 or 13395602. OLE color: 13395602.

HSL color Cylindrical-coordinate representation of color #9266CC: hue angle of 265.88º 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 #9266CC is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 102 204 -
CMYK 0.28 0.5 0 0.2
HSL 265.88º 0.5% 0.6% -
HSV(B) 265.88º 0.5% 0.8% -
XYZ 27.5 19.97 59.53 -
YUV 126.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 146 102 204 0.28 0.5 0 0.2 265.88 0.5 0.6
Hex 92 66 CC 1C 32 0 14 10A 32 3C
Octal 222 146 314 34 62 0 24 412 62 74
Binary 10010010 1100110 11001100 11100 110010 0 10100 100001010 110010 111100

Color Harmonies of #9266CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9266CC

Black with #9266CC

Text Example


Text Example

White with #9266CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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