Html Css Color HEX #9251CE Amethyst

📋 copy color: '#9251CE'

red 146 ◦ green 81 ◦ blue 206

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

Shades of Amethyst #9251CE

Tints of Amethyst #9251CE

RGB

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

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

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

R = 33.72%
G = 18.71%
B = 47.58%

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

#9251CE (or 0x9251CE) is known color: Amethyst. HEX triplet: 92, 51 and CE. RGB value is (146,81,206). Sum of RGB (Red+Green+Blue) = 146+81+206=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #9251CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251CE is #6DAE31. Grayscale: #727272. Windows color (decimal): -7188018 or 13521298. OLE color: 13521298.

HSL color Cylindrical-coordinate representation of color #9251CE: hue angle of 271.2º 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 #9251CE is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 81 206 -
CMYK 0.29 0.61 0 0.19
HSL 271.2º 0.56% 0.56% -
HSV(B) 271.2º 0.61% 0.81% -
XYZ 25.94 16.45 60.2 -
YUV 114.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 146 81 206 0.29 0.61 0 0.19 271.2 0.56 0.56
Hex 92 51 CE 1D 3D 0 13 10F 38 38
Octal 222 121 316 35 75 0 23 417 70 70
Binary 10010010 1010001 11001110 11101 111101 0 10011 100001111 111000 111000

Color Harmonies of #9251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251CE

Black with #9251CE

Text Example


Text Example

White with #9251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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