Html Css Color HEX #9255DC Amethyst

📋 copy color: '#9255DC'

red 146 ◦ green 85 ◦ blue 220

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

Shades of Amethyst #9255DC

Tints of Amethyst #9255DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 32.37%
G = 18.85%
B = 48.78%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9255DC (or 0x9255DC) is known color: Amethyst. HEX triplet: 92, 55 and DC. RGB value is (146,85,220). Sum of RGB (Red+Green+Blue) = 146+85+220=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #9255DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255DC is #6DAA23. Grayscale: #767676. Windows color (decimal): -7186980 or 14439826. OLE color: 14439826.

HSL color Cylindrical-coordinate representation of color #9255DC: hue angle of 267.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9255DC is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 85 220 -
CMYK 0.34 0.61 0 0.14
HSL 267.11º 0.66% 0.6% -
HSV(B) 267.11º 0.61% 0.86% -
XYZ 28.02 17.78 69.66 -
YUV 118.63 185.21 147.52 -
System Red Green Blue C M Y K H S L
Decimal 146 85 220 0.34 0.61 0 0.14 267.11 0.66 0.6
Hex 92 55 DC 22 3D 0 E 10B 42 3C
Octal 222 125 334 42 75 0 16 413 102 74
Binary 10010010 1010101 11011100 100010 111101 0 1110 100001011 1000010 111100

Color Harmonies of #9255DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255DC

Black with #9255DC

Text Example


Text Example

White with #9255DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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