Html Css Color HEX #905DCD Amethyst

📋 copy color: '#905DCD'

red 144 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #905DCD

Tints of Amethyst #905DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.04%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 32.58%
G = 21.04%
B = 46.38%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#905DCD (or 0x905DCD) is known color: Amethyst. HEX triplet: 90, 5D and CD. RGB value is (144,93,205). Sum of RGB (Red+Green+Blue) = 144+93+205=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #905DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DCD is #6FA232. Grayscale: #787878. Windows color (decimal): -7316019 or 13458832. OLE color: 13458832.

HSL color Cylindrical-coordinate representation of color #905DCD: hue angle of 267.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905DCD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 93 205 -
CMYK 0.30 0.55 0 0.20
HSL 267.32º 0.53% 0.58% -
HSV(B) 267.32º 0.55% 0.8% -
XYZ 26.44 18.17 59.87 -
YUV 121.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 144 93 205 0.30 0.55 0 0.20 267.32 0.53 0.58
Hex 90 5D CD 1E 37 0 14 10B 35 3A
Octal 220 135 315 36 67 0 24 413 65 72
Binary 10010000 1011101 11001101 11110 110111 0 10100 100001011 110101 111010

Color Harmonies of #905DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905DCD

Black with #905DCD

Text Example


Text Example

White with #905DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,93,205); }

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

background-color css

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

 a { background-color: rgb(144,93,205); }

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

border-color css

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

 span { border-color: rgb(144,93,205); }

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