Html Css Color HEX #9851DC Amethyst

📋 copy color: '#9851DC'

red 152 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9851DC

Tints of Amethyst #9851DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 33.55%
G = 17.88%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9851DC (or 0x9851DC) is known color: Amethyst. HEX triplet: 98, 51 and DC. RGB value is (152,81,220). Sum of RGB (Red+Green+Blue) = 152+81+220=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9851DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851DC is #67AE23. Grayscale: #757575. Windows color (decimal): -6794788 or 14438808. OLE color: 14438808.

HSL color Cylindrical-coordinate representation of color #9851DC: hue angle of 270.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9851DC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 81 220 -
CMYK 0.31 0.63 0 0.14
HSL 270.65º 0.67% 0.59% -
HSV(B) 270.65º 0.63% 0.86% -
XYZ 28.81 17.73 69.61 -
YUV 118.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 152 81 220 0.31 0.63 0 0.14 270.65 0.67 0.59
Hex 98 51 DC 1F 3F 0 E 10F 43 3B
Octal 230 121 334 37 77 0 16 417 103 73
Binary 10011000 1010001 11011100 11111 111111 0 1110 100001111 1000011 111011

Color Harmonies of #9851DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851DC

Black with #9851DC

Text Example


Text Example

White with #9851DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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