Html Css Color HEX #9254CF Amethyst

📋 copy color: '#9254CF'

red 146 ◦ green 84 ◦ blue 207

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

Shades of Amethyst #9254CF

Tints of Amethyst #9254CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 33.41%
G = 19.22%
B = 47.37%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9254CF (or 0x9254CF) is known color: Amethyst. HEX triplet: 92, 54 and CF. RGB value is (146,84,207). Sum of RGB (Red+Green+Blue) = 146+84+207=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9254CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254CF is #6DAB30. Grayscale: #747474. Windows color (decimal): -7187249 or 13587602. OLE color: 13587602.

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

Color convert

RGB 146 84 207 -
CMYK 0.29 0.59 0 0.19
HSL 270.24º 0.56% 0.57% -
HSV(B) 270.24º 0.59% 0.81% -
XYZ 26.29 16.96 60.92 -
YUV 116.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 146 84 207 0.29 0.59 0 0.19 270.24 0.56 0.57
Hex 92 54 CF 1D 3B 0 13 10E 38 39
Octal 222 124 317 35 73 0 23 416 70 71
Binary 10010010 1010100 11001111 11101 111011 0 10011 100001110 111000 111001

Color Harmonies of #9254CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254CF

Black with #9254CF

Text Example


Text Example

White with #9254CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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