Html Css Color HEX #9855DF Amethyst

📋 copy color: '#9855DF'

red 152 ◦ green 85 ◦ blue 223

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

Shades of Amethyst #9855DF

Tints of Amethyst #9855DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 33.04%
G = 18.48%
B = 48.48%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9855DF (or 0x9855DF) is known color: Amethyst. HEX triplet: 98, 55 and DF. RGB value is (152,85,223). Sum of RGB (Red+Green+Blue) = 152+85+223=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #9855DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855DF is #67AA20. Grayscale: #787878. Windows color (decimal): -6793761 or 14636440. OLE color: 14636440.

HSL color Cylindrical-coordinate representation of color #9855DF: hue angle of 269.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9855DF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 85 223 -
CMYK 0.32 0.62 0 0.13
HSL 269.13º 0.68% 0.6% -
HSV(B) 269.13º 0.62% 0.87% -
XYZ 29.52 18.5 71.83 -
YUV 120.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 152 85 223 0.32 0.62 0 0.13 269.13 0.68 0.6
Hex 98 55 DF 20 3E 0 D 10D 44 3C
Octal 230 125 337 40 76 0 15 415 104 74
Binary 10011000 1010101 11011111 100000 111110 0 1101 100001101 1000100 111100

Color Harmonies of #9855DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855DF

Black with #9855DF

Text Example


Text Example

White with #9855DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9855DF; }

 p { color: rgb(152,85,223); }

 H1.HeaderClassName
 {
   color: #9855DF;
 }
 .AnyTagClassName
 {
   color: #9855DF;
 }
</style>

background-color css

<style>
 a { background-color: #9855DF; }

 a { background-color: rgb(152,85,223); }

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

border-color css

<style>
 span { border-color: #9855DF; }

 span { border-color: rgb(152,85,223); }

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