Html Css Color HEX #9855CC Amethyst

📋 copy color: '#9855CC'

red 152 ◦ green 85 ◦ blue 204

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

Shades of Amethyst #9855CC

Tints of Amethyst #9855CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 34.47%
G = 19.27%
B = 46.26%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9855CC (or 0x9855CC) is known color: Amethyst. HEX triplet: 98, 55 and CC. RGB value is (152,85,204). Sum of RGB (Red+Green+Blue) = 152+85+204=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9855CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855CC is #67AA33. Grayscale: #767676. Windows color (decimal): -6793780 or 13391256. OLE color: 13391256.

HSL color Cylindrical-coordinate representation of color #9855CC: hue angle of 273.78º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9855CC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 85 204 -
CMYK 0.25 0.58 0 0.2
HSL 273.78º 0.54% 0.57% -
HSV(B) 273.78º 0.58% 0.8% -
XYZ 27.1 17.53 59.08 -
YUV 118.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 152 85 204 0.25 0.58 0 0.2 273.78 0.54 0.57
Hex 98 55 CC 19 3A 0 14 112 36 39
Octal 230 125 314 31 72 0 24 422 66 71
Binary 10011000 1010101 11001100 11001 111010 0 10100 100010010 110110 111001

Color Harmonies of #9855CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855CC

Black with #9855CC

Text Example


Text Example

White with #9855CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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