Html Css Color HEX #985BCF Amethyst

📋 copy color: '#985BCF'

red 152 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #985BCF

Tints of Amethyst #985BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 33.78%
G = 20.22%
B = 46%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#985BCF (or 0x985BCF) is known color: Amethyst. HEX triplet: 98, 5B and CF. RGB value is (152,91,207). Sum of RGB (Red+Green+Blue) = 152+91+207=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #985BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BCF is #67A430. Grayscale: #7A7A7A. Windows color (decimal): -6792241 or 13589400. OLE color: 13589400.

HSL color Cylindrical-coordinate representation of color #985BCF: hue angle of 271.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985BCF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 91 207 -
CMYK 0.27 0.56 0 0.19
HSL 271.55º 0.55% 0.58% -
HSV(B) 271.55º 0.56% 0.81% -
XYZ 27.95 18.66 61.16 -
YUV 122.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 152 91 207 0.27 0.56 0 0.19 271.55 0.55 0.58
Hex 98 5B CF 1B 38 0 13 110 37 3A
Octal 230 133 317 33 70 0 23 420 67 72
Binary 10011000 1011011 11001111 11011 111000 0 10011 100010000 110111 111010

Color Harmonies of #985BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BCF

Black with #985BCF

Text Example


Text Example

White with #985BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,207); }

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

background-color css

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

 a { background-color: rgb(152,91,207); }

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

border-color css

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

 span { border-color: rgb(152,91,207); }

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