Html Css Color HEX #9855D8 Amethyst

📋 copy color: '#9855D8'

red 152 ◦ green 85 ◦ blue 216

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

Shades of Amethyst #9855D8

Tints of Amethyst #9855D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.68%

R = 33.55%
G = 18.76%
B = 47.68%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9855D8 (or 0x9855D8) is known color: Amethyst. HEX triplet: 98, 55 and D8. RGB value is (152,85,216). Sum of RGB (Red+Green+Blue) = 152+85+216=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #9855D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855D8 is #67AA27. Grayscale: #777777. Windows color (decimal): -6793768 or 14177688. OLE color: 14177688.

HSL color Cylindrical-coordinate representation of color #9855D8: hue angle of 270.69º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9855D8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 85 216 -
CMYK 0.30 0.61 0 0.15
HSL 270.69º 0.63% 0.59% -
HSV(B) 270.69º 0.61% 0.85% -
XYZ 28.59 18.13 66.96 -
YUV 119.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 152 85 216 0.30 0.61 0 0.15 270.69 0.63 0.59
Hex 98 55 D8 1E 3D 0 F 10F 3F 3B
Octal 230 125 330 36 75 0 17 417 77 73
Binary 10011000 1010101 11011000 11110 111101 0 1111 100001111 111111 111011

Color Harmonies of #9855D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855D8

Black with #9855D8

Text Example


Text Example

White with #9855D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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