Html Css Color HEX #9258DC Amethyst

📋 copy color: '#9258DC'

red 146 ◦ green 88 ◦ blue 220

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

Shades of Amethyst #9258DC

Tints of Amethyst #9258DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 32.16%
G = 19.38%
B = 48.46%

CMYK

 C value IS 0.34

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9258DC (or 0x9258DC) is known color: Amethyst. HEX triplet: 92, 58 and DC. RGB value is (146,88,220). Sum of RGB (Red+Green+Blue) = 146+88+220=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9258DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258DC is #6DA723. Grayscale: #777777. Windows color (decimal): -7186212 or 14440594. OLE color: 14440594.

HSL color Cylindrical-coordinate representation of color #9258DC: hue angle of 266.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9258DC is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 88 220 -
CMYK 0.34 0.6 0 0.14
HSL 266.36º 0.65% 0.6% -
HSV(B) 266.36º 0.6% 0.86% -
XYZ 28.26 18.26 69.74 -
YUV 120.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 146 88 220 0.34 0.6 0 0.14 266.36 0.65 0.6
Hex 92 58 DC 22 3C 0 E 10A 41 3C
Octal 222 130 334 42 74 0 16 412 101 74
Binary 10010010 1011000 11011100 100010 111100 0 1110 100001010 1000001 111100

Color Harmonies of #9258DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258DC

Black with #9258DC

Text Example


Text Example

White with #9258DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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