Html Css Color HEX #9260CA Amethyst

📋 copy color: '#9260CA'

red 146 ◦ green 96 ◦ blue 202

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

Shades of Amethyst #9260CA

Tints of Amethyst #9260CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 32.88%
G = 21.62%
B = 45.5%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9260CA (or 0x9260CA) is known color: Amethyst. HEX triplet: 92, 60 and CA. RGB value is (146,96,202). Sum of RGB (Red+Green+Blue) = 146+96+202=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9260CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260CA is #6D9F35. Grayscale: #7A7A7A. Windows color (decimal): -7184182 or 13262994. OLE color: 13262994.

HSL color Cylindrical-coordinate representation of color #9260CA: hue angle of 268.3º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9260CA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 96 202 -
CMYK 0.28 0.52 0 0.21
HSL 268.3º 0.5% 0.58% -
HSV(B) 268.3º 0.52% 0.79% -
XYZ 26.7 18.74 58.09 -
YUV 123.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 146 96 202 0.28 0.52 0 0.21 268.3 0.5 0.58
Hex 92 60 CA 1C 34 0 15 10C 32 3A
Octal 222 140 312 34 64 0 25 414 62 72
Binary 10010010 1100000 11001010 11100 110100 0 10101 100001100 110010 111010

Color Harmonies of #9260CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260CA

Black with #9260CA

Text Example


Text Example

White with #9260CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9260CA; }

 p { color: rgb(146,96,202); }

 H1.HeaderClassName
 {
   color: #9260CA;
 }
 .AnyTagClassName
 {
   color: #9260CA;
 }
</style>

background-color css

<style>
 a { background-color: #9260CA; }

 a { background-color: rgb(146,96,202); }

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

border-color css

<style>
 span { border-color: #9260CA; }

 span { border-color: rgb(146,96,202); }

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