Html Css Color HEX #9260CD Amethyst

📋 copy color: '#9260CD'

red 146 ◦ green 96 ◦ blue 205

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

Shades of Amethyst #9260CD

Tints of Amethyst #9260CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 32.66%
G = 21.48%
B = 45.86%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9260CD (or 0x9260CD) is known color: Amethyst. HEX triplet: 92, 60 and CD. RGB value is (146,96,205). Sum of RGB (Red+Green+Blue) = 146+96+205=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #9260CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260CD is #6D9F32. Grayscale: #7A7A7A. Windows color (decimal): -7184179 or 13459602. OLE color: 13459602.

HSL color Cylindrical-coordinate representation of color #9260CD: hue angle of 267.52º degrees, saturation: 0.52, 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 #9260CD is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 96 205 -
CMYK 0.29 0.53 0 0.20
HSL 267.52º 0.52% 0.59% -
HSV(B) 267.52º 0.53% 0.8% -
XYZ 27.06 18.88 59.98 -
YUV 123.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 146 96 205 0.29 0.53 0 0.20 267.52 0.52 0.59
Hex 92 60 CD 1D 35 0 14 10C 34 3B
Octal 222 140 315 35 65 0 24 414 64 73
Binary 10010010 1100000 11001101 11101 110101 0 10100 100001100 110100 111011

Color Harmonies of #9260CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260CD

Black with #9260CD

Text Example


Text Example

White with #9260CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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