Html Css Color HEX #9258C6 Amethyst

📋 copy color: '#9258C6'

red 146 ◦ green 88 ◦ blue 198

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

Shades of Amethyst #9258C6

Tints of Amethyst #9258C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.83%

R = 33.8%
G = 20.37%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9258C6 (or 0x9258C6) is known color: Amethyst. HEX triplet: 92, 58 and C6. RGB value is (146,88,198). Sum of RGB (Red+Green+Blue) = 146+88+198=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #9258C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258C6 is #6DA739. Grayscale: #757575. Windows color (decimal): -7186234 or 12998802. OLE color: 12998802.

HSL color Cylindrical-coordinate representation of color #9258C6: hue angle of 271.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9258C6 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 88 198 -
CMYK 0.26 0.56 0 0.22
HSL 271.64º 0.49% 0.56% -
HSV(B) 271.64º 0.56% 0.78% -
XYZ 25.54 17.17 55.39 -
YUV 117.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 146 88 198 0.26 0.56 0 0.22 271.64 0.49 0.56
Hex 92 58 C6 1A 38 0 16 110 31 38
Octal 222 130 306 32 70 0 26 420 61 70
Binary 10010010 1011000 11000110 11010 111000 0 10110 100010000 110001 111000

Color Harmonies of #9258C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258C6

Black with #9258C6

Text Example


Text Example

White with #9258C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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