Html Css Color HEX #906CDD Medium Purple

📋 copy color: '#906CDD'

red 144 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #906CDD

Tints of Medium Purple #906CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 30.44%
G = 22.83%
B = 46.72%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#906CDD (or 0x906CDD) is known color: Medium Purple. HEX triplet: 90, 6C and DD. RGB value is (144,108,221). Sum of RGB (Red+Green+Blue) = 144+108+221=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #906CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CDD is #6F9322. Grayscale: #838383. Windows color (decimal): -7312163 or 14511248. OLE color: 14511248.

HSL color Cylindrical-coordinate representation of color #906CDD: hue angle of 259.12º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #906CDD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 108 221 -
CMYK 0.35 0.51 0 0.13
HSL 259.12º 0.62% 0.65% -
HSV(B) 259.12º 0.51% 0.87% -
XYZ 29.92 21.87 71.05 -
YUV 131.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 144 108 221 0.35 0.51 0 0.13 259.12 0.62 0.65
Hex 90 6C DD 23 33 0 D 103 3E 41
Octal 220 154 335 43 63 0 15 403 76 101
Binary 10010000 1101100 11011101 100011 110011 0 1101 100000011 111110 1000001

Color Harmonies of #906CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CDD

Black with #906CDD

Text Example


Text Example

White with #906CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,108,221); }

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

background-color css

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

 a { background-color: rgb(144,108,221); }

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

border-color css

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

 span { border-color: rgb(144,108,221); }

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