Html Css Color HEX #906BDD Medium Purple

📋 copy color: '#906BDD'

red 144 ◦ green 107 ◦ blue 221

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

Shades of Medium Purple #906BDD

Tints of Medium Purple #906BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 30.51%
G = 22.67%
B = 46.82%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#906BDD (or 0x906BDD) is known color: Medium Purple. HEX triplet: 90, 6B and DD. RGB value is (144,107,221). Sum of RGB (Red+Green+Blue) = 144+107+221=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #906BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BDD is #6F9422. Grayscale: #828282. Windows color (decimal): -7312419 or 14510992. OLE color: 14510992.

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

Color convert

RGB 144 107 221 -
CMYK 0.35 0.52 0 0.13
HSL 259.47º 0.63% 0.64% -
HSV(B) 259.47º 0.52% 0.87% -
XYZ 29.81 21.67 71.02 -
YUV 131.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 144 107 221 0.35 0.52 0 0.13 259.47 0.63 0.64
Hex 90 6B DD 23 34 0 D 103 3F 40
Octal 220 153 335 43 64 0 15 403 77 100
Binary 10010000 1101011 11011101 100011 110100 0 1101 100000011 111111 1000000

Color Harmonies of #906BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BDD

Black with #906BDD

Text Example


Text Example

White with #906BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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