Html Css Color HEX #9855DC Amethyst

📋 copy color: '#9855DC'

red 152 ◦ green 85 ◦ blue 220

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

Shades of Amethyst #9855DC

Tints of Amethyst #9855DC

RGB

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

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

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

R = 33.26%
G = 18.6%
B = 48.14%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9855DC (or 0x9855DC) is known color: Amethyst. HEX triplet: 98, 55 and DC. RGB value is (152,85,220). Sum of RGB (Red+Green+Blue) = 152+85+220=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #9855DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855DC is #67AA23. Grayscale: #777777. Windows color (decimal): -6793764 or 14439832. OLE color: 14439832.

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

Color convert

RGB 152 85 220 -
CMYK 0.31 0.61 0 0.14
HSL 269.78º 0.66% 0.6% -
HSV(B) 269.78º 0.61% 0.86% -
XYZ 29.12 18.34 69.72 -
YUV 120.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 152 85 220 0.31 0.61 0 0.14 269.78 0.66 0.6
Hex 98 55 DC 1F 3D 0 E 10E 42 3C
Octal 230 125 334 37 75 0 16 416 102 74
Binary 10011000 1010101 11011100 11111 111101 0 1110 100001110 1000010 111100

Color Harmonies of #9855DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855DC

Black with #9855DC

Text Example


Text Example

White with #9855DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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