Html Css Color HEX #9854DB Amethyst

📋 copy color: '#9854DB'

red 152 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #9854DB

Tints of Amethyst #9854DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

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

R = 33.41%
G = 18.46%
B = 48.13%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9854DB (or 0x9854DB) is known color: Amethyst. HEX triplet: 98, 54 and DB. RGB value is (152,84,219). Sum of RGB (Red+Green+Blue) = 152+84+219=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #9854DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854DB is #67AB24. Grayscale: #777777. Windows color (decimal): -6794021 or 14374040. OLE color: 14374040.

HSL color Cylindrical-coordinate representation of color #9854DB: hue angle of 270.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9854DB is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 84 219 -
CMYK 0.31 0.62 0 0.14
HSL 270.22º 0.65% 0.59% -
HSV(B) 270.22º 0.62% 0.86% -
XYZ 28.91 18.13 68.99 -
YUV 119.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 152 84 219 0.31 0.62 0 0.14 270.22 0.65 0.59
Hex 98 54 DB 1F 3E 0 E 10E 41 3B
Octal 230 124 333 37 76 0 16 416 101 73
Binary 10011000 1010100 11011011 11111 111110 0 1110 100001110 1000001 111011

Color Harmonies of #9854DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9854DB

Black with #9854DB

Text Example


Text Example

White with #9854DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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