Html Css Color HEX #9258C9 Amethyst

📋 copy color: '#9258C9'

red 146 ◦ green 88 ◦ blue 201

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

Shades of Amethyst #9258C9

Tints of Amethyst #9258C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.23%

 BLUE value IS 201 (78.91% from 255) = 46.21%

R = 33.56%
G = 20.23%
B = 46.21%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9258C9 (or 0x9258C9) is known color: Amethyst. HEX triplet: 92, 58 and C9. RGB value is (146,88,201). Sum of RGB (Red+Green+Blue) = 146+88+201=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #9258C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258C9 is #6DA736. Grayscale: #757575. Windows color (decimal): -7186231 or 13195410. OLE color: 13195410.

HSL color Cylindrical-coordinate representation of color #9258C9: hue angle of 270.8º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9258C9 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 88 201 -
CMYK 0.27 0.56 0 0.21
HSL 270.8º 0.51% 0.57% -
HSV(B) 270.8º 0.56% 0.79% -
XYZ 25.89 17.31 57.23 -
YUV 118.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 146 88 201 0.27 0.56 0 0.21 270.8 0.51 0.57
Hex 92 58 C9 1B 38 0 15 10F 33 39
Octal 222 130 311 33 70 0 25 417 63 71
Binary 10010010 1011000 11001001 11011 111000 0 10101 100001111 110011 111001

Color Harmonies of #9258C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258C9

Black with #9258C9

Text Example


Text Example

White with #9258C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9258C9; }

 p { color: rgb(146,88,201); }

 H1.HeaderClassName
 {
   color: #9258C9;
 }
 .AnyTagClassName
 {
   color: #9258C9;
 }
</style>

background-color css

<style>
 a { background-color: #9258C9; }

 a { background-color: rgb(146,88,201); }

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

border-color css

<style>
 span { border-color: #9258C9; }

 span { border-color: rgb(146,88,201); }

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