Html Css Color HEX #905ACB Amethyst

📋 copy color: '#905ACB'

red 144 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #905ACB

Tints of Amethyst #905ACB

RGB

 RED value IS 144 (56.64% from 255) = 32.95%

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 32.95%
G = 20.59%
B = 46.45%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#905ACB (or 0x905ACB) is known color: Amethyst. HEX triplet: 90, 5A and CB. RGB value is (144,90,203). Sum of RGB (Red+Green+Blue) = 144+90+203=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #905ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ACB is #6FA534. Grayscale: #767676. Windows color (decimal): -7316789 or 13326992. OLE color: 13326992.

HSL color Cylindrical-coordinate representation of color #905ACB: hue angle of 268.67º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905ACB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 90 203 -
CMYK 0.29 0.56 0 0.20
HSL 268.67º 0.52% 0.57% -
HSV(B) 268.67º 0.56% 0.8% -
XYZ 25.94 17.55 58.52 -
YUV 119.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 144 90 203 0.29 0.56 0 0.20 268.67 0.52 0.57
Hex 90 5A CB 1D 38 0 14 10D 34 39
Octal 220 132 313 35 70 0 24 415 64 71
Binary 10010000 1011010 11001011 11101 111000 0 10100 100001101 110100 111001

Color Harmonies of #905ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905ACB

Black with #905ACB

Text Example


Text Example

White with #905ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905ACB; }

 p { color: rgb(144,90,203); }

 H1.HeaderClassName
 {
   color: #905ACB;
 }
 .AnyTagClassName
 {
   color: #905ACB;
 }
</style>

background-color css

<style>
 a { background-color: #905ACB; }

 a { background-color: rgb(144,90,203); }

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

border-color css

<style>
 span { border-color: #905ACB; }

 span { border-color: rgb(144,90,203); }

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