Html Css Color HEX #9850DA Amethyst

📋 copy color: '#9850DA'

red 152 ◦ green 80 ◦ blue 218

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

Shades of Amethyst #9850DA

Tints of Amethyst #9850DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

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

R = 33.78%
G = 17.78%
B = 48.44%

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

#9850DA (or 0x9850DA) is known color: Amethyst. HEX triplet: 98, 50 and DA. RGB value is (152,80,218). Sum of RGB (Red+Green+Blue) = 152+80+218=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #9850DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850DA is #67AF25. Grayscale: #747474. Windows color (decimal): -6795046 or 14307480. OLE color: 14307480.

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

Color convert

RGB 152 80 218 -
CMYK 0.30 0.63 0 0.15
HSL 271.3º 0.65% 0.58% -
HSV(B) 271.3º 0.63% 0.85% -
XYZ 28.47 17.47 68.2 -
YUV 117.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 152 80 218 0.30 0.63 0 0.15 271.3 0.65 0.58
Hex 98 50 DA 1E 3F 0 F 10F 41 3A
Octal 230 120 332 36 77 0 17 417 101 72
Binary 10011000 1010000 11011010 11110 111111 0 1111 100001111 1000001 111010

Color Harmonies of #9850DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850DA

Black with #9850DA

Text Example


Text Example

White with #9850DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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