Html Css Color HEX #9252DB Amethyst

📋 copy color: '#9252DB'

red 146 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #9252DB

Tints of Amethyst #9252DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 32.66%
G = 18.34%
B = 48.99%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9252DB (or 0x9252DB) is known color: Amethyst. HEX triplet: 92, 52 and DB. RGB value is (146,82,219). Sum of RGB (Red+Green+Blue) = 146+82+219=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #9252DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252DB is #6DAD24. Grayscale: #747474. Windows color (decimal): -7187749 or 14373522. OLE color: 14373522.

HSL color Cylindrical-coordinate representation of color #9252DB: hue angle of 268.03º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9252DB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 82 219 -
CMYK 0.33 0.63 0 0.14
HSL 268.03º 0.66% 0.59% -
HSV(B) 268.03º 0.63% 0.86% -
XYZ 27.66 17.26 68.89 -
YUV 116.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 146 82 219 0.33 0.63 0 0.14 268.03 0.66 0.59
Hex 92 52 DB 21 3F 0 E 10C 42 3B
Octal 222 122 333 41 77 0 16 414 102 73
Binary 10010010 1010010 11011011 100001 111111 0 1110 100001100 1000010 111011

Color Harmonies of #9252DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252DB

Black with #9252DB

Text Example


Text Example

White with #9252DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9252DB; }

 p { color: rgb(146,82,219); }

 H1.HeaderClassName
 {
   color: #9252DB;
 }
 .AnyTagClassName
 {
   color: #9252DB;
 }
</style>

background-color css

<style>
 a { background-color: #9252DB; }

 a { background-color: rgb(146,82,219); }

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

border-color css

<style>
 span { border-color: #9252DB; }

 span { border-color: rgb(146,82,219); }

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