Html Css Color HEX #9162D6 Amethyst

📋 copy color: '#9162D6'

red 145 ◦ green 98 ◦ blue 214

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

Shades of Amethyst #9162D6

Tints of Amethyst #9162D6

RGB

 RED value IS 145 (57.03% from 255) = 31.73%

 GREEN value IS 98 (38.67% from 255) = 21.44%

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 31.73%
G = 21.44%
B = 46.83%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9162D6 (or 0x9162D6) is known color: Amethyst. HEX triplet: 91, 62 and D6. RGB value is (145,98,214). Sum of RGB (Red+Green+Blue) = 145+98+214=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #9162D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9162D6 is #6E9D29. Grayscale: #7C7C7C. Windows color (decimal): -7249194 or 14049937. OLE color: 14049937.

HSL color Cylindrical-coordinate representation of color #9162D6: hue angle of 264.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9162D6 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 98 214 -
CMYK 0.32 0.54 0 0.16
HSL 264.31º 0.59% 0.61% -
HSV(B) 264.31º 0.54% 0.84% -
XYZ 28.18 19.61 65.92 -
YUV 125.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 145 98 214 0.32 0.54 0 0.16 264.31 0.59 0.61
Hex 91 62 D6 20 36 0 10 108 3B 3D
Octal 221 142 326 40 66 0 20 410 73 75
Binary 10010001 1100010 11010110 100000 110110 0 10000 100001000 111011 111101

Color Harmonies of #9162D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9162D6

Black with #9162D6

Text Example


Text Example

White with #9162D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9162D6; }

 p { color: rgb(145,98,214); }

 H1.HeaderClassName
 {
   color: #9162D6;
 }
 .AnyTagClassName
 {
   color: #9162D6;
 }
</style>

background-color css

<style>
 a { background-color: #9162D6; }

 a { background-color: rgb(145,98,214); }

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

border-color css

<style>
 span { border-color: #9162D6; }

 span { border-color: rgb(145,98,214); }

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