Html Css Color HEX #906CED Medium Purple

📋 copy color: '#906CED'

red 144 ◦ green 108 ◦ blue 237

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

Shades of Medium Purple #906CED

Tints of Medium Purple #906CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 29.45%
G = 22.09%
B = 48.47%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#906CED (or 0x906CED) is known color: Medium Purple. HEX triplet: 90, 6C and ED. RGB value is (144,108,237). Sum of RGB (Red+Green+Blue) = 144+108+237=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #906CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CED is #6F9312. Grayscale: #848484. Windows color (decimal): -7312147 or 15559824. OLE color: 15559824.

HSL color Cylindrical-coordinate representation of color #906CED: hue angle of 256.74º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906CED is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 108 237 -
CMYK 0.39 0.54 0 0.07
HSL 256.74º 0.78% 0.68% -
HSV(B) 256.74º 0.54% 0.93% -
XYZ 32.15 22.77 82.82 -
YUV 133.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 144 108 237 0.39 0.54 0 0.07 256.74 0.78 0.68
Hex 90 6C ED 27 36 0 7 101 4E 44
Octal 220 154 355 47 66 0 7 401 116 104
Binary 10010000 1101100 11101101 100111 110110 0 111 100000001 1001110 1000100

Color Harmonies of #906CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CED

Black with #906CED

Text Example


Text Example

White with #906CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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