Html Css Color HEX #985CCB Amethyst

📋 copy color: '#985CCB'

red 152 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #985CCB

Tints of Amethyst #985CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

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

R = 34%
G = 20.58%
B = 45.41%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#985CCB (or 0x985CCB) is known color: Amethyst. HEX triplet: 98, 5C and CB. RGB value is (152,92,203). Sum of RGB (Red+Green+Blue) = 152+92+203=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #985CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CCB is #67A334. Grayscale: #7A7A7A. Windows color (decimal): -6791989 or 13327512. OLE color: 13327512.

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

Color convert

RGB 152 92 203 -
CMYK 0.25 0.55 0 0.20
HSL 272.43º 0.52% 0.58% -
HSV(B) 272.43º 0.55% 0.8% -
XYZ 27.56 18.64 58.65 -
YUV 122.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 152 92 203 0.25 0.55 0 0.20 272.43 0.52 0.58
Hex 98 5C CB 19 37 0 14 110 34 3A
Octal 230 134 313 31 67 0 24 420 64 72
Binary 10011000 1011100 11001011 11001 110111 0 10100 100010000 110100 111010

Color Harmonies of #985CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CCB

Black with #985CCB

Text Example


Text Example

White with #985CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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