Html Css Color HEX #9261BD Amethyst

📋 copy color: '#9261BD'

red 146 ◦ green 97 ◦ blue 189

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

Shades of Amethyst #9261BD

Tints of Amethyst #9261BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 33.8%
G = 22.45%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9261BD (or 0x9261BD) is known color: Amethyst. HEX triplet: 92, 61 and BD. RGB value is (146,97,189). Sum of RGB (Red+Green+Blue) = 146+97+189=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #9261BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261BD is #6D9E42. Grayscale: #797979. Windows color (decimal): -7183939 or 12411282. OLE color: 12411282.

HSL color Cylindrical-coordinate representation of color #9261BD: hue angle of 271.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9261BD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 97 189 -
CMYK 0.23 0.49 0 0.26
HSL 271.96º 0.41% 0.56% -
HSV(B) 271.96º 0.49% 0.74% -
XYZ 25.31 18.33 50.35 -
YUV 122.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 146 97 189 0.23 0.49 0 0.26 271.96 0.41 0.56
Hex 92 61 BD 17 31 0 1A 110 29 38
Octal 222 141 275 27 61 0 32 420 51 70
Binary 10010010 1100001 10111101 10111 110001 0 11010 100010000 101001 111000

Color Harmonies of #9261BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261BD

Black with #9261BD

Text Example


Text Example

White with #9261BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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