Html Css Color HEX #9252DD Amethyst

📋 copy color: '#9252DD'

red 146 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9252DD

Tints of Amethyst #9252DD

RGB

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

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

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

R = 32.52%
G = 18.26%
B = 49.22%

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

#9252DD (or 0x9252DD) is known color: Amethyst. HEX triplet: 92, 52 and DD. RGB value is (146,82,221). Sum of RGB (Red+Green+Blue) = 146+82+221=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #9252DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252DD is #6DAD22. Grayscale: #747474. Windows color (decimal): -7187747 or 14504594. OLE color: 14504594.

HSL color Cylindrical-coordinate representation of color #9252DD: hue angle of 267.63º 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 #9252DD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 82 221 -
CMYK 0.34 0.63 0 0.13
HSL 267.63º 0.67% 0.59% -
HSV(B) 267.63º 0.63% 0.87% -
XYZ 27.92 17.37 70.29 -
YUV 116.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 146 82 221 0.34 0.63 0 0.13 267.63 0.67 0.59
Hex 92 52 DD 22 3F 0 D 10C 43 3B
Octal 222 122 335 42 77 0 15 414 103 73
Binary 10010010 1010010 11011101 100010 111111 0 1101 100001100 1000011 111011

Color Harmonies of #9252DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252DD

Black with #9252DD

Text Example


Text Example

White with #9252DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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