Html Css Color HEX #9851DF Amethyst

📋 copy color: '#9851DF'

red 152 ◦ green 81 ◦ blue 223

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

Shades of Amethyst #9851DF

Tints of Amethyst #9851DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 33.33%
G = 17.76%
B = 48.9%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9851DF (or 0x9851DF) is known color: Amethyst. HEX triplet: 98, 51 and DF. RGB value is (152,81,223). Sum of RGB (Red+Green+Blue) = 152+81+223=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #9851DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851DF is #67AE20. Grayscale: #757575. Windows color (decimal): -6794785 or 14635416. OLE color: 14635416.

HSL color Cylindrical-coordinate representation of color #9851DF: hue angle of 270º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9851DF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 81 223 -
CMYK 0.32 0.64 0 0.13
HSL 270º 0.69% 0.6% -
HSV(B) 270º 0.64% 0.87% -
XYZ 29.21 17.89 71.73 -
YUV 118.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 152 81 223 0.32 0.64 0 0.13 270 0.69 0.6
Hex 98 51 DF 20 40 0 D 10E 45 3C
Octal 230 121 337 40 100 0 15 416 105 74
Binary 10011000 1010001 11011111 100000 1000000 0 1101 100001110 1000101 111100

Color Harmonies of #9851DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851DF

Black with #9851DF

Text Example


Text Example

White with #9851DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9851DF; }

 p { color: rgb(152,81,223); }

 H1.HeaderClassName
 {
   color: #9851DF;
 }
 .AnyTagClassName
 {
   color: #9851DF;
 }
</style>

background-color css

<style>
 a { background-color: #9851DF; }

 a { background-color: rgb(152,81,223); }

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

border-color css

<style>
 span { border-color: #9851DF; }

 span { border-color: rgb(152,81,223); }

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