Html Css Color HEX #9854DC Amethyst

📋 copy color: '#9854DC'

red 152 ◦ green 84 ◦ blue 220

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

Shades of Amethyst #9854DC

Tints of Amethyst #9854DC

RGB

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

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

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

R = 33.33%
G = 18.42%
B = 48.25%

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

#9854DC (or 0x9854DC) is known color: Amethyst. HEX triplet: 98, 54 and DC. RGB value is (152,84,220). Sum of RGB (Red+Green+Blue) = 152+84+220=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9854DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854DC is #67AB23. Grayscale: #777777. Windows color (decimal): -6794020 or 14439576. OLE color: 14439576.

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

Color convert

RGB 152 84 220 -
CMYK 0.31 0.62 0 0.14
HSL 270º 0.66% 0.6% -
HSV(B) 270º 0.62% 0.86% -
XYZ 29.04 18.18 69.69 -
YUV 119.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 152 84 220 0.31 0.62 0 0.14 270 0.66 0.6
Hex 98 54 DC 1F 3E 0 E 10E 42 3C
Octal 230 124 334 37 76 0 16 416 102 74
Binary 10011000 1010100 11011100 11111 111110 0 1110 100001110 1000010 111100

Color Harmonies of #9854DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9854DC

Black with #9854DC

Text Example


Text Example

White with #9854DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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