Html Css Color HEX #9152DD Amethyst

📋 copy color: '#9152DD'

red 145 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9152DD

Tints of Amethyst #9152DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 32.37%
G = 18.3%
B = 49.33%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9152DD (or 0x9152DD) is known color: Amethyst. HEX triplet: 91, 52 and DD. RGB value is (145,82,221). Sum of RGB (Red+Green+Blue) = 145+82+221=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #9152DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152DD is #6EAD22. Grayscale: #747474. Windows color (decimal): -7253283 or 14504593. OLE color: 14504593.

HSL color Cylindrical-coordinate representation of color #9152DD: hue angle of 267.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9152DD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 82 221 -
CMYK 0.34 0.63 0 0.13
HSL 267.19º 0.67% 0.59% -
HSV(B) 267.19º 0.63% 0.87% -
XYZ 27.75 17.27 70.28 -
YUV 116.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 145 82 221 0.34 0.63 0 0.13 267.19 0.67 0.59
Hex 91 52 DD 22 3F 0 D 10B 43 3B
Octal 221 122 335 42 77 0 15 413 103 73
Binary 10010001 1010010 11011101 100010 111111 0 1101 100001011 1000011 111011

Color Harmonies of #9152DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9152DD

Black with #9152DD

Text Example


Text Example

White with #9152DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9152DD; }

 p { color: rgb(145,82,221); }

 H1.HeaderClassName
 {
   color: #9152DD;
 }
 .AnyTagClassName
 {
   color: #9152DD;
 }
</style>

background-color css

<style>
 a { background-color: #9152DD; }

 a { background-color: rgb(145,82,221); }

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

border-color css

<style>
 span { border-color: #9152DD; }

 span { border-color: rgb(145,82,221); }

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