Html Css Color HEX #9951E8 Amethyst

📋 copy color: '#9951E8'

red 153 ◦ green 81 ◦ blue 232

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

Shades of Amethyst #9951E8

Tints of Amethyst #9951E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.79%

R = 32.83%
G = 17.38%
B = 49.79%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9951E8 (or 0x9951E8) is known color: Amethyst. HEX triplet: 99, 51 and E8. RGB value is (153,81,232). Sum of RGB (Red+Green+Blue) = 153+81+232=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #9951E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951E8 is #66AE17. Grayscale: #777777. Windows color (decimal): -6729240 or 15225241. OLE color: 15225241.

HSL color Cylindrical-coordinate representation of color #9951E8: hue angle of 268.61º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9951E8 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 81 232 -
CMYK 0.34 0.65 0 0.09
HSL 268.61º 0.77% 0.61% -
HSV(B) 268.61º 0.65% 0.91% -
XYZ 30.64 18.48 78.3 -
YUV 119.74 191.35 151.72 -
System Red Green Blue C M Y K H S L
Decimal 153 81 232 0.34 0.65 0 0.09 268.61 0.77 0.61
Hex 99 51 E8 22 41 0 9 10D 4D 3D
Octal 231 121 350 42 101 0 11 415 115 75
Binary 10011001 1010001 11101000 100010 1000001 0 1001 100001101 1001101 111101

Color Harmonies of #9951E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951E8

Black with #9951E8

Text Example


Text Example

White with #9951E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9951E8; }

 p { color: rgb(153,81,232); }

 H1.HeaderClassName
 {
   color: #9951E8;
 }
 .AnyTagClassName
 {
   color: #9951E8;
 }
</style>

background-color css

<style>
 a { background-color: #9951E8; }

 a { background-color: rgb(153,81,232); }

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

border-color css

<style>
 span { border-color: #9951E8; }

 span { border-color: rgb(153,81,232); }

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