Html Css Color HEX #9851DB Amethyst

📋 copy color: '#9851DB'

red 152 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #9851DB

Tints of Amethyst #9851DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 33.63%
G = 17.92%
B = 48.45%

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

#9851DB (or 0x9851DB) is known color: Amethyst. HEX triplet: 98, 51 and DB. RGB value is (152,81,219). Sum of RGB (Red+Green+Blue) = 152+81+219=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9851DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851DB is #67AE24. Grayscale: #757575. Windows color (decimal): -6794789 or 14373272. OLE color: 14373272.

HSL color Cylindrical-coordinate representation of color #9851DB: hue angle of 270.87º degrees, saturation: 0.66, 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 #9851DB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 81 219 -
CMYK 0.31 0.63 0 0.14
HSL 270.87º 0.66% 0.59% -
HSV(B) 270.87º 0.63% 0.86% -
XYZ 28.68 17.67 68.92 -
YUV 117.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 152 81 219 0.31 0.63 0 0.14 270.87 0.66 0.59
Hex 98 51 DB 1F 3F 0 E 10F 42 3B
Octal 230 121 333 37 77 0 16 417 102 73
Binary 10011000 1010001 11011011 11111 111111 0 1110 100001111 1000010 111011

Color Harmonies of #9851DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851DB

Black with #9851DB

Text Example


Text Example

White with #9851DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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