Html Css Color HEX #905CCA Amethyst

📋 copy color: '#905CCA'

red 144 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #905CCA

Tints of Amethyst #905CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 32.88%
G = 21%
B = 46.12%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#905CCA (or 0x905CCA) is known color: Amethyst. HEX triplet: 90, 5C and CA. RGB value is (144,92,202). Sum of RGB (Red+Green+Blue) = 144+92+202=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #905CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CCA is #6FA335. Grayscale: #777777. Windows color (decimal): -7316278 or 13261968. OLE color: 13261968.

HSL color Cylindrical-coordinate representation of color #905CCA: hue angle of 268.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905CCA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 92 202 -
CMYK 0.29 0.54 0 0.21
HSL 268.36º 0.51% 0.58% -
HSV(B) 268.36º 0.54% 0.79% -
XYZ 25.99 17.85 57.95 -
YUV 120.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 144 92 202 0.29 0.54 0 0.21 268.36 0.51 0.58
Hex 90 5C CA 1D 36 0 15 10C 33 3A
Octal 220 134 312 35 66 0 25 414 63 72
Binary 10010000 1011100 11001010 11101 110110 0 10101 100001100 110011 111010

Color Harmonies of #905CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905CCA

Black with #905CCA

Text Example


Text Example

White with #905CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,92,202); }

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

background-color css

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

 a { background-color: rgb(144,92,202); }

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

border-color css

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

 span { border-color: rgb(144,92,202); }

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