Html Css Color HEX #9852DB Amethyst

📋 copy color: '#9852DB'

red 152 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #9852DB

Tints of Amethyst #9852DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 33.55%
G = 18.1%
B = 48.34%

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

#9852DB (or 0x9852DB) is known color: Amethyst. HEX triplet: 98, 52 and DB. RGB value is (152,82,219). Sum of RGB (Red+Green+Blue) = 152+82+219=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DB is #67AD24. Grayscale: #767676. Windows color (decimal): -6794533 or 14373528. OLE color: 14373528.

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

Color convert

RGB 152 82 219 -
CMYK 0.31 0.63 0 0.14
HSL 270.66º 0.66% 0.59% -
HSV(B) 270.66º 0.63% 0.86% -
XYZ 28.75 17.82 68.94 -
YUV 118.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 152 82 219 0.31 0.63 0 0.14 270.66 0.66 0.59
Hex 98 52 DB 1F 3F 0 E 10F 42 3B
Octal 230 122 333 37 77 0 16 417 102 73
Binary 10011000 1010010 11011011 11111 111111 0 1110 100001111 1000010 111011

Color Harmonies of #9852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852DB

Black with #9852DB

Text Example


Text Example

White with #9852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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