Html Css Color HEX #9261CE Amethyst

📋 copy color: '#9261CE'

red 146 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #9261CE

Tints of Amethyst #9261CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 32.52%
G = 21.6%
B = 45.88%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9261CE (or 0x9261CE) is known color: Amethyst. HEX triplet: 92, 61 and CE. RGB value is (146,97,206). Sum of RGB (Red+Green+Blue) = 146+97+206=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9261CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261CE is #6D9E31. Grayscale: #7B7B7B. Windows color (decimal): -7183922 or 13525394. OLE color: 13525394.

HSL color Cylindrical-coordinate representation of color #9261CE: hue angle of 266.97º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9261CE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 97 206 -
CMYK 0.29 0.53 0 0.19
HSL 266.97º 0.53% 0.59% -
HSV(B) 266.97º 0.53% 0.81% -
XYZ 27.27 19.12 60.65 -
YUV 124.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 146 97 206 0.29 0.53 0 0.19 266.97 0.53 0.59
Hex 92 61 CE 1D 35 0 13 10B 35 3B
Octal 222 141 316 35 65 0 23 413 65 73
Binary 10010010 1100001 11001110 11101 110101 0 10011 100001011 110101 111011

Color Harmonies of #9261CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261CE

Black with #9261CE

Text Example


Text Example

White with #9261CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9261CE; }

 p { color: rgb(146,97,206); }

 H1.HeaderClassName
 {
   color: #9261CE;
 }
 .AnyTagClassName
 {
   color: #9261CE;
 }
</style>

background-color css

<style>
 a { background-color: #9261CE; }

 a { background-color: rgb(146,97,206); }

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

border-color css

<style>
 span { border-color: #9261CE; }

 span { border-color: rgb(146,97,206); }

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