Html Css Color HEX #9255DE Amethyst

📋 copy color: '#9255DE'

red 146 ◦ green 85 ◦ blue 222

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

Shades of Amethyst #9255DE

Tints of Amethyst #9255DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.76%

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 32.23%
G = 18.76%
B = 49.01%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9255DE (or 0x9255DE) is known color: Amethyst. HEX triplet: 92, 55 and DE. RGB value is (146,85,222). Sum of RGB (Red+Green+Blue) = 146+85+222=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #9255DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255DE is #6DAA21. Grayscale: #767676. Windows color (decimal): -7186978 or 14570898. OLE color: 14570898.

HSL color Cylindrical-coordinate representation of color #9255DE: hue angle of 266.72º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9255DE is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 85 222 -
CMYK 0.34 0.62 0 0.13
HSL 266.72º 0.67% 0.6% -
HSV(B) 266.72º 0.62% 0.87% -
XYZ 28.29 17.88 71.07 -
YUV 118.86 186.21 147.36 -
System Red Green Blue C M Y K H S L
Decimal 146 85 222 0.34 0.62 0 0.13 266.72 0.67 0.6
Hex 92 55 DE 22 3E 0 D 10B 43 3C
Octal 222 125 336 42 76 0 15 413 103 74
Binary 10010010 1010101 11011110 100010 111110 0 1101 100001011 1000011 111100

Color Harmonies of #9255DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255DE

Black with #9255DE

Text Example


Text Example

White with #9255DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9255DE; }

 p { color: rgb(146,85,222); }

 H1.HeaderClassName
 {
   color: #9255DE;
 }
 .AnyTagClassName
 {
   color: #9255DE;
 }
</style>

background-color css

<style>
 a { background-color: #9255DE; }

 a { background-color: rgb(146,85,222); }

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

border-color css

<style>
 span { border-color: #9255DE; }

 span { border-color: rgb(146,85,222); }

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