Html Css Color HEX #9850E6 Amethyst

📋 copy color: '#9850E6'

red 152 ◦ green 80 ◦ blue 230

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

Shades of Amethyst #9850E6

Tints of Amethyst #9850E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.78%

R = 32.9%
G = 17.32%
B = 49.78%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9850E6 (or 0x9850E6) is known color: Amethyst. HEX triplet: 98, 50 and E6. RGB value is (152,80,230). Sum of RGB (Red+Green+Blue) = 152+80+230=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #9850E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9850E6 is #67AF19. Grayscale: #767676. Windows color (decimal): -6795034 or 15093912. OLE color: 15093912.

HSL color Cylindrical-coordinate representation of color #9850E6: hue angle of 268.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9850E6 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 80 230 -
CMYK 0.34 0.65 0 0.10
HSL 268.8º 0.75% 0.61% -
HSV(B) 268.8º 0.65% 0.9% -
XYZ 30.1 18.13 76.78 -
YUV 118.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 152 80 230 0.34 0.65 0 0.10 268.8 0.75 0.61
Hex 98 50 E6 22 41 0 A 10D 4B 3D
Octal 230 120 346 42 101 0 12 415 113 75
Binary 10011000 1010000 11100110 100010 1000001 0 1010 100001101 1001011 111101

Color Harmonies of #9850E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850E6

Black with #9850E6

Text Example


Text Example

White with #9850E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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