Html Css Color HEX #906DDC Medium Purple

📋 copy color: '#906DDC'

red 144 ◦ green 109 ◦ blue 220

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

Shades of Medium Purple #906DDC

Tints of Medium Purple #906DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

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

R = 30.44%
G = 23.04%
B = 46.51%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#906DDC (or 0x906DDC) is known color: Medium Purple. HEX triplet: 90, 6D and DC. RGB value is (144,109,220). Sum of RGB (Red+Green+Blue) = 144+109+220=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #906DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DDC is #6F9223. Grayscale: #838383. Windows color (decimal): -7311908 or 14445968. OLE color: 14445968.

HSL color Cylindrical-coordinate representation of color #906DDC: hue angle of 258.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906DDC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 109 220 -
CMYK 0.35 0.50 0 0.14
HSL 258.92º 0.61% 0.65% -
HSV(B) 258.92º 0.5% 0.86% -
XYZ 29.89 22.03 70.39 -
YUV 132.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 144 109 220 0.35 0.50 0 0.14 258.92 0.61 0.65
Hex 90 6D DC 23 32 0 E 103 3D 41
Octal 220 155 334 43 62 0 16 403 75 101
Binary 10010000 1101101 11011100 100011 110010 0 1110 100000011 111101 1000001

Color Harmonies of #906DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DDC

Black with #906DDC

Text Example


Text Example

White with #906DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906DDC; }

 p { color: rgb(144,109,220); }

 H1.HeaderClassName
 {
   color: #906DDC;
 }
 .AnyTagClassName
 {
   color: #906DDC;
 }
</style>

background-color css

<style>
 a { background-color: #906DDC; }

 a { background-color: rgb(144,109,220); }

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

border-color css

<style>
 span { border-color: #906DDC; }

 span { border-color: rgb(144,109,220); }

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