Html Css Color HEX #9257CF Amethyst

📋 copy color: '#9257CF'

red 146 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9257CF

Tints of Amethyst #9257CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 33.18%
G = 19.77%
B = 47.05%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9257CF (or 0x9257CF) is known color: Amethyst. HEX triplet: 92, 57 and CF. RGB value is (146,87,207). Sum of RGB (Red+Green+Blue) = 146+87+207=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #9257CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9257CF is #6DA830. Grayscale: #757575. Windows color (decimal): -7186481 or 13588370. OLE color: 13588370.

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

Color convert

RGB 146 87 207 -
CMYK 0.29 0.58 0 0.19
HSL 269.5º 0.56% 0.58% -
HSV(B) 269.5º 0.58% 0.81% -
XYZ 26.52 17.43 61 -
YUV 118.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 146 87 207 0.29 0.58 0 0.19 269.5 0.56 0.58
Hex 92 57 CF 1D 3A 0 13 10E 38 3A
Octal 222 127 317 35 72 0 23 416 70 72
Binary 10010010 1010111 11001111 11101 111010 0 10011 100001110 111000 111010

Color Harmonies of #9257CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9257CF

Black with #9257CF

Text Example


Text Example

White with #9257CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9257CF; }

 p { color: rgb(146,87,207); }

 H1.HeaderClassName
 {
   color: #9257CF;
 }
 .AnyTagClassName
 {
   color: #9257CF;
 }
</style>

background-color css

<style>
 a { background-color: #9257CF; }

 a { background-color: rgb(146,87,207); }

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

border-color css

<style>
 span { border-color: #9257CF; }

 span { border-color: rgb(146,87,207); }

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