Html Css Color HEX #9950E5 Amethyst

📋 copy color: '#9950E5'

red 153 ◦ green 80 ◦ blue 229

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

Shades of Amethyst #9950E5

Tints of Amethyst #9950E5

RGB

 RED value IS 153 (60.16% from 255) = 33.12%

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

 BLUE value IS 229 (89.84% from 255) = 49.57%

R = 33.12%
G = 17.32%
B = 49.57%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9950E5 (or 0x9950E5) is known color: Amethyst. HEX triplet: 99, 50 and E5. RGB value is (153,80,229). Sum of RGB (Red+Green+Blue) = 153+80+229=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #9950E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950E5 is #66AF1A. Grayscale: #767676. Windows color (decimal): -6729499 or 15028377. OLE color: 15028377.

HSL color Cylindrical-coordinate representation of color #9950E5: hue angle of 269.4º degrees, saturation: 0.74, 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 #9950E5 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 80 229 -
CMYK 0.33 0.65 0 0.10
HSL 269.4º 0.74% 0.61% -
HSV(B) 269.4º 0.65% 0.9% -
XYZ 30.15 18.17 76.05 -
YUV 118.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 153 80 229 0.33 0.65 0 0.10 269.4 0.74 0.61
Hex 99 50 E5 21 41 0 A 10D 4A 3D
Octal 231 120 345 41 101 0 12 415 112 75
Binary 10011001 1010000 11100101 100001 1000001 0 1010 100001101 1001010 111101

Color Harmonies of #9950E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950E5

Black with #9950E5

Text Example


Text Example

White with #9950E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9950E5; }

 p { color: rgb(153,80,229); }

 H1.HeaderClassName
 {
   color: #9950E5;
 }
 .AnyTagClassName
 {
   color: #9950E5;
 }
</style>

background-color css

<style>
 a { background-color: #9950E5; }

 a { background-color: rgb(153,80,229); }

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

border-color css

<style>
 span { border-color: #9950E5; }

 span { border-color: rgb(153,80,229); }

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