Html Css Color HEX #9250DD Amethyst

📋 copy color: '#9250DD'

red 146 ◦ green 80 ◦ blue 221

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

Shades of Amethyst #9250DD

Tints of Amethyst #9250DD

RGB

 RED value IS 146 (57.42% from 255) = 32.66%

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 32.66%
G = 17.9%
B = 49.44%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9250DD (or 0x9250DD) is known color: Amethyst. HEX triplet: 92, 50 and DD. RGB value is (146,80,221). Sum of RGB (Red+Green+Blue) = 146+80+221=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #9250DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250DD is #6DAF22. Grayscale: #737373. Windows color (decimal): -7188259 or 14504082. OLE color: 14504082.

HSL color Cylindrical-coordinate representation of color #9250DD: hue angle of 268.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9250DD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 80 221 -
CMYK 0.34 0.64 0 0.13
HSL 268.09º 0.67% 0.59% -
HSV(B) 268.09º 0.64% 0.87% -
XYZ 27.77 17.07 70.24 -
YUV 115.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 146 80 221 0.34 0.64 0 0.13 268.09 0.67 0.59
Hex 92 50 DD 22 40 0 D 10C 43 3B
Octal 222 120 335 42 100 0 15 414 103 73
Binary 10010010 1010000 11011101 100010 1000000 0 1101 100001100 1000011 111011

Color Harmonies of #9250DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250DD

Black with #9250DD

Text Example


Text Example

White with #9250DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250DD; }

 p { color: rgb(146,80,221); }

 H1.HeaderClassName
 {
   color: #9250DD;
 }
 .AnyTagClassName
 {
   color: #9250DD;
 }
</style>

background-color css

<style>
 a { background-color: #9250DD; }

 a { background-color: rgb(146,80,221); }

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

border-color css

<style>
 span { border-color: #9250DD; }

 span { border-color: rgb(146,80,221); }

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