Html Css Color HEX #985DCB Amethyst

📋 copy color: '#985DCB'

red 152 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #985DCB

Tints of Amethyst #985DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 33.93%
G = 20.76%
B = 45.31%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#985DCB (or 0x985DCB) is known color: Amethyst. HEX triplet: 98, 5D and CB. RGB value is (152,93,203). Sum of RGB (Red+Green+Blue) = 152+93+203=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #985DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DCB is #67A234. Grayscale: #7A7A7A. Windows color (decimal): -6791733 or 13327768. OLE color: 13327768.

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

Color convert

RGB 152 93 203 -
CMYK 0.25 0.54 0 0.20
HSL 272.18º 0.51% 0.58% -
HSV(B) 272.18º 0.54% 0.8% -
XYZ 27.64 18.82 58.67 -
YUV 123.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 152 93 203 0.25 0.54 0 0.20 272.18 0.51 0.58
Hex 98 5D CB 19 36 0 14 110 33 3A
Octal 230 135 313 31 66 0 24 420 63 72
Binary 10011000 1011101 11001011 11001 110110 0 10100 100010000 110011 111010

Color Harmonies of #985DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DCB

Black with #985DCB

Text Example


Text Example

White with #985DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985DCB; }

 p { color: rgb(152,93,203); }

 H1.HeaderClassName
 {
   color: #985DCB;
 }
 .AnyTagClassName
 {
   color: #985DCB;
 }
</style>

background-color css

<style>
 a { background-color: #985DCB; }

 a { background-color: rgb(152,93,203); }

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

border-color css

<style>
 span { border-color: #985DCB; }

 span { border-color: rgb(152,93,203); }

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