Html Css Color HEX #9152DF Amethyst

📋 copy color: '#9152DF'

red 145 ◦ green 82 ◦ blue 223

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

Shades of Amethyst #9152DF

Tints of Amethyst #9152DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 32.22%
G = 18.22%
B = 49.56%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9152DF (or 0x9152DF) is known color: Amethyst. HEX triplet: 91, 52 and DF. RGB value is (145,82,223). Sum of RGB (Red+Green+Blue) = 145+82+223=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #9152DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152DF is #6EAD20. Grayscale: #747474. Windows color (decimal): -7253281 or 14635665. OLE color: 14635665.

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

Color convert

RGB 145 82 223 -
CMYK 0.35 0.63 0 0.13
HSL 266.81º 0.69% 0.6% -
HSV(B) 266.81º 0.63% 0.87% -
XYZ 28.01 17.38 71.69 -
YUV 116.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 145 82 223 0.35 0.63 0 0.13 266.81 0.69 0.6
Hex 91 52 DF 23 3F 0 D 10B 45 3C
Octal 221 122 337 43 77 0 15 413 105 74
Binary 10010001 1010010 11011111 100011 111111 0 1101 100001011 1000101 111100

Color Harmonies of #9152DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9152DF

Black with #9152DF

Text Example


Text Example

White with #9152DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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