Html Css Color HEX #9852DD Amethyst

📋 copy color: '#9852DD'

red 152 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9852DD

Tints of Amethyst #9852DD

RGB

 RED value IS 152 (59.77% from 255) = 33.41%

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

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

R = 33.41%
G = 18.02%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9852DD (or 0x9852DD) is known color: Amethyst. HEX triplet: 98, 52 and DD. RGB value is (152,82,221). Sum of RGB (Red+Green+Blue) = 152+82+221=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #9852DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DD is #67AD22. Grayscale: #767676. Windows color (decimal): -6794531 or 14504600. OLE color: 14504600.

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

Color convert

RGB 152 82 221 -
CMYK 0.31 0.63 0 0.13
HSL 270.22º 0.67% 0.59% -
HSV(B) 270.22º 0.63% 0.87% -
XYZ 29.02 17.93 70.34 -
YUV 118.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 152 82 221 0.31 0.63 0 0.13 270.22 0.67 0.59
Hex 98 52 DD 1F 3F 0 D 10E 43 3B
Octal 230 122 335 37 77 0 15 416 103 73
Binary 10011000 1010010 11011101 11111 111111 0 1101 100001110 1000011 111011

Color Harmonies of #9852DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852DD

Black with #9852DD

Text Example


Text Example

White with #9852DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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