Html Css Color HEX #9852D6 Amethyst

📋 copy color: '#9852D6'

red 152 ◦ green 82 ◦ blue 214

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

Shades of Amethyst #9852D6

Tints of Amethyst #9852D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.77%

R = 33.93%
G = 18.3%
B = 47.77%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9852D6 (or 0x9852D6) is known color: Amethyst. HEX triplet: 98, 52 and D6. RGB value is (152,82,214). Sum of RGB (Red+Green+Blue) = 152+82+214=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #9852D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852D6 is #67AD29. Grayscale: #757575. Windows color (decimal): -6794538 or 14045848. OLE color: 14045848.

HSL color Cylindrical-coordinate representation of color #9852D6: hue angle of 271.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9852D6 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 82 214 -
CMYK 0.29 0.62 0 0.16
HSL 271.82º 0.62% 0.58% -
HSV(B) 271.82º 0.62% 0.84% -
XYZ 28.1 17.57 65.53 -
YUV 117.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 152 82 214 0.29 0.62 0 0.16 271.82 0.62 0.58
Hex 98 52 D6 1D 3E 0 10 110 3E 3A
Octal 230 122 326 35 76 0 20 420 76 72
Binary 10011000 1010010 11010110 11101 111110 0 10000 100010000 111110 111010

Color Harmonies of #9852D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852D6

Black with #9852D6

Text Example


Text Example

White with #9852D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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