Html Css Color HEX #9253CF Amethyst

📋 copy color: '#9253CF'

red 146 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #9253CF

Tints of Amethyst #9253CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 33.49%
G = 19.04%
B = 47.48%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9253CF (or 0x9253CF) is known color: Amethyst. HEX triplet: 92, 53 and CF. RGB value is (146,83,207). Sum of RGB (Red+Green+Blue) = 146+83+207=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9253CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253CF is #6DAC30. Grayscale: #737373. Windows color (decimal): -7187505 or 13587346. OLE color: 13587346.

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

Color convert

RGB 146 83 207 -
CMYK 0.29 0.60 0 0.19
HSL 270.48º 0.56% 0.57% -
HSV(B) 270.48º 0.6% 0.81% -
XYZ 26.21 16.8 60.89 -
YUV 115.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 146 83 207 0.29 0.60 0 0.19 270.48 0.56 0.57
Hex 92 53 CF 1D 3C 0 13 10E 38 39
Octal 222 123 317 35 74 0 23 416 70 71
Binary 10010010 1010011 11001111 11101 111100 0 10011 100001110 111000 111001

Color Harmonies of #9253CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253CF

Black with #9253CF

Text Example


Text Example

White with #9253CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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