Html Css Color HEX #9260CC Amethyst

📋 copy color: '#9260CC'

red 146 ◦ green 96 ◦ blue 204

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

Shades of Amethyst #9260CC

Tints of Amethyst #9260CC

RGB

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

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

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

R = 32.74%
G = 21.52%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9260CC (or 0x9260CC) is known color: Amethyst. HEX triplet: 92, 60 and CC. RGB value is (146,96,204). Sum of RGB (Red+Green+Blue) = 146+96+204=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #9260CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260CC is #6D9F33. Grayscale: #7A7A7A. Windows color (decimal): -7184180 or 13394066. OLE color: 13394066.

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

Color convert

RGB 146 96 204 -
CMYK 0.28 0.53 0 0.2
HSL 267.78º 0.51% 0.59% -
HSV(B) 267.78º 0.53% 0.8% -
XYZ 26.94 18.84 59.34 -
YUV 123.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 146 96 204 0.28 0.53 0 0.2 267.78 0.51 0.59
Hex 92 60 CC 1C 35 0 14 10C 33 3B
Octal 222 140 314 34 65 0 24 414 63 73
Binary 10010010 1100000 11001100 11100 110101 0 10100 100001100 110011 111011

Color Harmonies of #9260CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260CC

Black with #9260CC

Text Example


Text Example

White with #9260CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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