Html Css Color HEX #9250CE Amethyst

📋 copy color: '#9250CE'

red 146 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #9250CE

Tints of Amethyst #9250CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 33.8%
G = 18.52%
B = 47.69%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9250CE (or 0x9250CE) is known color: Amethyst. HEX triplet: 92, 50 and CE. RGB value is (146,80,206). Sum of RGB (Red+Green+Blue) = 146+80+206=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #9250CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250CE is #6DAF31. Grayscale: #717171. Windows color (decimal): -7188274 or 13521042. OLE color: 13521042.

HSL color Cylindrical-coordinate representation of color #9250CE: hue angle of 271.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9250CE is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 80 206 -
CMYK 0.29 0.61 0 0.19
HSL 271.43º 0.56% 0.56% -
HSV(B) 271.43º 0.61% 0.81% -
XYZ 25.86 16.3 60.18 -
YUV 114.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 146 80 206 0.29 0.61 0 0.19 271.43 0.56 0.56
Hex 92 50 CE 1D 3D 0 13 10F 38 38
Octal 222 120 316 35 75 0 23 417 70 70
Binary 10010010 1010000 11001110 11101 111101 0 10011 100001111 111000 111000

Color Harmonies of #9250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250CE

Black with #9250CE

Text Example


Text Example

White with #9250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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