Html Css Color HEX #9851DA Amethyst

📋 copy color: '#9851DA'

red 152 ◦ green 81 ◦ blue 218

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

Shades of Amethyst #9851DA

Tints of Amethyst #9851DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 33.7%
G = 17.96%
B = 48.34%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9851DA (or 0x9851DA) is known color: Amethyst. HEX triplet: 98, 51 and DA. RGB value is (152,81,218). Sum of RGB (Red+Green+Blue) = 152+81+218=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #9851DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851DA is #67AE25. Grayscale: #757575. Windows color (decimal): -6794790 or 14307736. OLE color: 14307736.

HSL color Cylindrical-coordinate representation of color #9851DA: hue angle of 271.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9851DA is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 81 218 -
CMYK 0.30 0.63 0 0.15
HSL 271.09º 0.65% 0.59% -
HSV(B) 271.09º 0.63% 0.85% -
XYZ 28.55 17.62 68.23 -
YUV 117.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 152 81 218 0.30 0.63 0 0.15 271.09 0.65 0.59
Hex 98 51 DA 1E 3F 0 F 10F 41 3B
Octal 230 121 332 36 77 0 17 417 101 73
Binary 10011000 1010001 11011010 11110 111111 0 1111 100001111 1000001 111011

Color Harmonies of #9851DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851DA

Black with #9851DA

Text Example


Text Example

White with #9851DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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