Html Css Color HEX #9852DC Amethyst

📋 copy color: '#9852DC'

red 152 ◦ green 82 ◦ blue 220

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

Shades of Amethyst #9852DC

Tints of Amethyst #9852DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 33.48%
G = 18.06%
B = 48.46%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9852DC (or 0x9852DC) is known color: Amethyst. HEX triplet: 98, 52 and DC. RGB value is (152,82,220). Sum of RGB (Red+Green+Blue) = 152+82+220=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #9852DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DC is #67AD23. Grayscale: #767676. Windows color (decimal): -6794532 or 14439064. OLE color: 14439064.

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

Color convert

RGB 152 82 220 -
CMYK 0.31 0.63 0 0.14
HSL 270.43º 0.66% 0.59% -
HSV(B) 270.43º 0.63% 0.86% -
XYZ 28.88 17.88 69.64 -
YUV 118.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 152 82 220 0.31 0.63 0 0.14 270.43 0.66 0.59
Hex 98 52 DC 1F 3F 0 E 10E 42 3B
Octal 230 122 334 37 77 0 16 416 102 73
Binary 10011000 1010010 11011100 11111 111111 0 1110 100001110 1000010 111011

Color Harmonies of #9852DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852DC

Black with #9852DC

Text Example


Text Example

White with #9852DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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