Html Css Color HEX #9151D5 Amethyst

📋 copy color: '#9151D5'

red 145 ◦ green 81 ◦ blue 213

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

Shades of Amethyst #9151D5

Tints of Amethyst #9151D5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 33.03%
G = 18.45%
B = 48.52%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9151D5 (or 0x9151D5) is known color: Amethyst. HEX triplet: 91, 51 and D5. RGB value is (145,81,213). Sum of RGB (Red+Green+Blue) = 145+81+213=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #9151D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151D5 is #6EAE2A. Grayscale: #727272. Windows color (decimal): -7253547 or 13980049. OLE color: 13980049.

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

Color convert

RGB 145 81 213 -
CMYK 0.32 0.62 0 0.16
HSL 269.09º 0.61% 0.58% -
HSV(B) 269.09º 0.62% 0.84% -
XYZ 26.63 16.71 64.77 -
YUV 115.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 145 81 213 0.32 0.62 0 0.16 269.09 0.61 0.58
Hex 91 51 D5 20 3E 0 10 10D 3D 3A
Octal 221 121 325 40 76 0 20 415 75 72
Binary 10010001 1010001 11010101 100000 111110 0 10000 100001101 111101 111010

Color Harmonies of #9151D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9151D5

Black with #9151D5

Text Example


Text Example

White with #9151D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9151D5; }

 p { color: rgb(145,81,213); }

 H1.HeaderClassName
 {
   color: #9151D5;
 }
 .AnyTagClassName
 {
   color: #9151D5;
 }
</style>

background-color css

<style>
 a { background-color: #9151D5; }

 a { background-color: rgb(145,81,213); }

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

border-color css

<style>
 span { border-color: #9151D5; }

 span { border-color: rgb(145,81,213); }

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