Html Css Color HEX #9852CE Amethyst

📋 copy color: '#9852CE'

red 152 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #9852CE

Tints of Amethyst #9852CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 34.55%
G = 18.64%
B = 46.82%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9852CE (or 0x9852CE) is known color: Amethyst. HEX triplet: 98, 52 and CE. RGB value is (152,82,206). Sum of RGB (Red+Green+Blue) = 152+82+206=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9852CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852CE is #67AD31. Grayscale: #747474. Windows color (decimal): -6794546 or 13521560. OLE color: 13521560.

HSL color Cylindrical-coordinate representation of color #9852CE: hue angle of 273.87º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9852CE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 82 206 -
CMYK 0.26 0.60 0 0.19
HSL 273.87º 0.56% 0.56% -
HSV(B) 273.87º 0.6% 0.81% -
XYZ 27.11 17.17 60.28 -
YUV 117.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 152 82 206 0.26 0.60 0 0.19 273.87 0.56 0.56
Hex 98 52 CE 1A 3C 0 13 112 38 38
Octal 230 122 316 32 74 0 23 422 70 70
Binary 10011000 1010010 11001110 11010 111100 0 10011 100010010 111000 111000

Color Harmonies of #9852CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852CE

Black with #9852CE

Text Example


Text Example

White with #9852CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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